Type alias DelegateAndFreezeV2InstructionArgs
 
Delegate
And
Freeze
V2
Instruction
Args
: {     assetDataHash
: undefined | OptionOrNullable<Uint8Array>;     collectionHash
: 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>
- 
collectionHash: undefined | OptionOrNullable<Uint8Array>
- 
creatorHash: Uint8Array
- 
dataHash: Uint8Array
- 
- 
index: number
- 
nonce: number | bigint
- 
proof: undefined | PublicKey<string>[]
- 
root: Uint8Array