Type alias VerifyCollectionInstructionData
 
Verify
Collection
Instruction
Data
: {     creatorHash
: Uint8Array;     dataHash
: Uint8Array;     discriminator
: number[];     index
: number;     metadata
: MetadataArgs;     nonce
: bigint;     root
: Uint8Array; }
Type declaration
- 
creatorHash: Uint8Array
- 
dataHash: Uint8Array
- 
discriminator: number[]
- 
index: number
- 
- 
nonce: bigint
- 
root: Uint8Array