ApproveInstructionDataArgs
type ApproveInstructionDataArgs = {
amount: number | bigint;
};Properties
amount
amount: number | bigint;The amount of tokens the delegate is approved for.
type ApproveInstructionDataArgs = {
amount: number | bigint;
};amount: number | bigint;The amount of tokens the delegate is approved for.