gill
gill/programs/token/Type aliases

MintToInstructionDataArgs

type MintToInstructionDataArgs = {
  amount: number | bigint;
};

Properties

amount

amount: number | bigint;

The amount of new tokens to mint.

On this page