AmountToUiAmountInput
type AmountToUiAmountInput<TAccountMint> = {
amount: AmountToUiAmountInstructionDataArgs["amount"];
mint: Address<TAccountMint>;
};Type Parameters
| Type Parameter | Default type |
|---|---|
TAccountMint extends string | string |
Properties
amount
amount: AmountToUiAmountInstructionDataArgs["amount"];mint
mint: Address<TAccountMint>;The mint to calculate for.