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

Type declaration

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

Generated using TypeDoc