gill
gill/programs/token/Type aliases

BurnInstructionDataArgs

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

Properties

amount

amount: number | bigint;

On this page