gill
gill/programs/token/Type aliases

AmountToUiAmountInstructionDataArgs

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

Properties

amount

amount: number | bigint;

The amount of tokens to reformat.

On this page