TransferInstructionDataArgs
type TransferInstructionDataArgs = {
amount: number | bigint;
};Properties
amount
amount: number | bigint;The amount of tokens to transfer.
type TransferInstructionDataArgs = {
amount: number | bigint;
};amount: number | bigint;The amount of tokens to transfer.