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