Type alias UnverifyCollectionInstructionDataArgs
 
Unverify
Collection
Instruction
Data
Args
: {     creatorHash
: Uint8Array;     dataHash
: Uint8Array;     index
: number;     metadata
: MetadataArgsArgs;     nonce
: number | bigint;     root
: Uint8Array; }
Type declaration
- 
creatorHash: Uint8Array
- 
dataHash: Uint8Array
- 
index: number
- 
- 
nonce: number | bigint
- 
root: Uint8Array