AmountToUiAmountInstructionDataArgs
type AmountToUiAmountInstructionDataArgs = {
amount: number | bigint;
};Properties
amount
amount: number | bigint;The amount of tokens to reformat.
type AmountToUiAmountInstructionDataArgs = {
amount: number | bigint;
};amount: number | bigint;The amount of tokens to reformat.