VoucherArgs: {
    index: number;
    leafSchema: LeafSchema;
    merkleTree: web3.PublicKey;
}

Arguments used to create Voucher

Type declaration

  • index: number
  • leafSchema: LeafSchema
  • merkleTree: web3.PublicKey

Generated using TypeDoc