gill
gill/programs/token/Type aliases

MintToCheckedInstructionData

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

Properties

amount

amount: bigint;

The amount of new tokens to mint.


decimals

decimals: number;

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


discriminator

discriminator: number;

On this page