gill
gill/programs/token/Type aliases

ApproveCheckedInstructionData

type ApproveCheckedInstructionData = {
  amount: bigint;
  decimals: number;
  discriminator: number;
};

Properties

amount

amount: bigint;

The amount of tokens the delegate is approved for.


decimals

decimals: number;

Expected number of base 10 digits to the right of the decimal place.


discriminator

discriminator: number;

On this page