ApproveCheckedInstructionDataArgs
type ApproveCheckedInstructionDataArgs = {
amount: number | bigint;
decimals: number;
};Properties
amount
amount: number | bigint;The amount of tokens the delegate is approved for.
decimals
decimals: number;Expected number of base 10 digits to the right of the decimal place.