Interface DepositProof

Hierarchy

  • DepositProof

Properties

Properties

private: {
    nullifier: typeof wBigInt;
    secret: typeof wBigInt;
}

Type declaration

  • nullifier: typeof wBigInt
  • secret: typeof wBigInt
public: {
    fee: typeof wBigInt;
    hexNullifierHash: string;
    leafIndex: number;
    recipientAddress: string;
    refund: typeof wBigInt;
    relayerAddress: string;
    root: Element;
    tree: default;
}

Type declaration

  • fee: typeof wBigInt
  • hexNullifierHash: string
  • leafIndex: number
  • recipientAddress: string
  • refund: typeof wBigInt
  • relayerAddress: string
  • root: Element
  • tree: default

Generated using TypeDoc