gill
gill/programs/token/Type aliases

TransferInstructionDataArgs

type TransferInstructionDataArgs = {
  amount: number | bigint;
};

Properties

amount

amount: number | bigint;

The amount of tokens to transfer.

On this page