Type alias SetAndVerifyCollectionInstructionArgs
Set
AndVerifyCollectionInstructionArgs: {
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