gill/programs/token/Type aliasesAmountToUiAmountInputtype AmountToUiAmountInput<TAccountMint> = { amount: AmountToUiAmountInstructionDataArgs["amount"]; mint: Address<TAccountMint>; }; Type Parameters Type ParameterDefault typeTAccountMint extends stringstring Properties amount amount: AmountToUiAmountInstructionDataArgs["amount"]; mint mint: Address<TAccountMint>; The mint to calculate for.AccountStateArgsPrevious PageAmountToUiAmountInstructionNext Page