Type alias TransferInstructionData
 
TransferInstructionData: { 
    creatorHash: Uint8Array; 
    dataHash: Uint8Array; 
    discriminator: number[]; 
    index: number; 
    nonce: bigint; 
    root: Uint8Array; 
}
Type declaration
- 
creatorHash: Uint8Array
- 
dataHash: Uint8Array
- 
discriminator: number[]
- 
index: number
- 
nonce: bigint
- 
root: Uint8Array