RedeemInstructionArgs: {
    creatorHash: Uint8Array;
    dataHash: Uint8Array;
    index: number;
    nonce: number | bigint;
    proof: undefined | PublicKey<string>[];
    root: Uint8Array;
}

Type declaration

  • creatorHash: Uint8Array
  • dataHash: Uint8Array
  • index: number
  • nonce: number | bigint
  • proof: undefined | PublicKey<string>[]
  • root: Uint8Array

Generated using TypeDoc