Type alias TransferV2InstructionArgs
Transfer
V2
Instruction
Args
: { assetDataHash
: undefined | OptionOrNullable<Uint8Array>; creatorHash
: Uint8Array; dataHash
: Uint8Array; flags
: undefined | OptionOrNullable<number>; index
: number; nonce
: number | bigint; proof
: undefined | PublicKey<string>[]; root
: Uint8Array; }
Type declaration
-
assetDataHash: undefined | OptionOrNullable<Uint8Array>
-
creatorHash: Uint8Array
-
dataHash: Uint8Array
-
-
index: number
-
nonce: number | bigint
-
proof: undefined | PublicKey<string>[]
-
root: Uint8Array