Type alias SetAndVerifyCollectionInstructionArgs
 
Set
And
Verify
Collection
Instruction
Args
: {     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
- 
- 
nonce: number | bigint
- 
proof: undefined | PublicKey<string>[]
- 
root: Uint8Array