gill/programs/token/Type aliasesUiAmountToAmountInputtype UiAmountToAmountInput<TAccountMint> = { mint: Address<TAccountMint>; uiAmount: UiAmountToAmountInstructionDataArgs["uiAmount"]; }; Type Parameters Type ParameterDefault typeTAccountMint extends stringstring Properties mint mint: Address<TAccountMint>; The mint to calculate for. uiAmount uiAmount: UiAmountToAmountInstructionDataArgs["uiAmount"];TransferInstructionDataArgsPrevious PageUiAmountToAmountInstructionNext Page