gill
gill/programs/token/Type aliases

BurnCheckedInstructionDataArgs

type BurnCheckedInstructionDataArgs = {
  amount: number | bigint;
  decimals: number;
};

Properties

amount

amount: number | bigint;

The amount of tokens to burn.


decimals

decimals: number;

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

On this page