gill
gill/programs/token/Type aliases

BurnCheckedInstructionData

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

Properties

amount

amount: bigint;

The amount of tokens to burn.


decimals

decimals: number;

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


discriminator

discriminator: number;

On this page