gill
gill/programs/token/Type aliases

AmountToUiAmountInstructionData

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

Properties

amount

amount: bigint;

The amount of tokens to reformat.


discriminator

discriminator: number;

On this page