gill
gill/programs/token/Type aliases

MintToInstructionData

type MintToInstructionData = {
  amount: bigint;
  discriminator: number;
};

Properties

amount

amount: bigint;

The amount of new tokens to mint.


discriminator

discriminator: number;

On this page