Type alias MixerPMSetupInput

MixerPMSetupInput: {
    fee: number;
    leafIndex: number;
    leaves: Leaves;
    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

Type declaration

  • fee: number
  • leafIndex: number
  • leaves: Leaves
  • note: string
  • provingKey: Uint8Array
  • recipient: string
  • refund: number
  • relayer: string

Generated using TypeDoc