gill
gill/programs/token/Type aliases

UiAmountToAmountInstructionDataArgs

type UiAmountToAmountInstructionDataArgs = {
  uiAmount: string;
};

Properties

uiAmount

uiAmount: string;

The ui_amount of tokens to reformat.

On this page