gill
gill/programs/token/Type aliases

AmountToUiAmountInput

type AmountToUiAmountInput<TAccountMint> = {
  amount: AmountToUiAmountInstructionDataArgs["amount"];
  mint: Address<TAccountMint>;
};

Type Parameters

Type ParameterDefault type
TAccountMint extends stringstring

Properties

amount

amount: AmountToUiAmountInstructionDataArgs["amount"];

mint

mint: Address<TAccountMint>;

The mint to calculate for.

On this page