- Preparing search index...
- The search index is not available
Webb Tools API
Type alias MixerPMSetupInput
MixerPMSetup
Input
: { fee
: number; leafIndex
: number; leaves
: Leaves; note
: string; provingKey
: Uint8Array; recipient
: string; refund
: number; relayer
: string; }
Type declaration
-
fee: number
-
leafIndex: number
-
-
note: string
-
provingKey: Uint8Array
-
recipient: string
-
refund: number
-
relayer: string
Proving Manager setup input for the proving manager over sdk-core
Param
Serialized note representation
Param
Relayer account id converted to hex string (Without a
0x
prefix)Param
Recipient account id converted to hex string (Without a
0x
prefix)Param
Leaves for generating the merkle path
Param
The index of the Leaf commitment
Param
The fee for the transaction
Param
The refund for the transaction
Param
Proving key bytes to pass in to the Zero-knowledge proof generation