Type alias MixerProof

MixerProof: {
    leaf: Uint8Array;
    nullifierHash: string;
    proof: string;
    publicInputs: string[];
    root: string;
}

Proving Manager proof output for Mixer

Param

The nullifier hash for the transaction

Param

The proof for the transaction

Param

The merkle root for the transaction

Param

Array of public inputs for the proof

Param

The leaf of the deposit being proven

Type declaration

  • Readonly leaf: Uint8Array
  • Readonly nullifierHash: string
  • Readonly proof: string
  • Readonly publicInputs: string[]
  • Readonly root: string

Generated using TypeDoc