Type alias VerifyCreatorInstructionArgs
Verify
CreatorInstructionArgs: {
creatorHash: undefined | Uint8Array;
dataHash: undefined | Uint8Array;
index: number;
metadata: MetadataArgsArgs;
nonce: number | bigint;
proof: undefined | PublicKey<string>[];
root: Uint8Array;
}
Type declaration
-
creatorHash: undefined | Uint8Array
-
dataHash: undefined | Uint8Array
-
index: number
-
-
nonce: number | bigint
-
proof: undefined | PublicKey<string>[]
-
root: Uint8Array