Type alias SetNonTransferableV2InstructionArgs
Set
Non
Transferable
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
-
Optional assetDataHash?: undefined | OptionOrNullable<Uint8Array>
-
creatorHash: Uint8Array
-
dataHash: Uint8Array
-
Optional flags?: undefined | OptionOrNullable<number>
-
index: number
-
nonce: number | bigint
-
Optional proof?: undefined | PublicKey<string>[]
-
root: Uint8Array