gill
gill/programs/token/Type aliases

BurnInstructionData

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

Properties

amount

amount: bigint;

discriminator

discriminator: number;

The amount of tokens to burn.

On this page