gill
gill/programs/token/Type aliases

TransferInstructionData

type TransferInstructionData = {
  amount: bigint;
  discriminator: number;
};

Properties

amount

amount: bigint;

The amount of tokens to transfer.


discriminator

discriminator: number;

On this page