gill/programs/token/Type aliasesApproveInstructionDataArgstype ApproveInstructionDataArgs = { amount: number | bigint; }; Properties amount amount: number | bigint; The amount of tokens the delegate is approved for.ApproveInstructionDataPrevious PageAssociatedTokenErrorNext Page