RemoveTokenApproval
Description
Action ID
SDK Action
const removeTokenApprovalAction = new dfs.actions.basic.RemoveTokenApprovalAction(
token,
spender
);Action Type
Input Parameters
/// @param tokenAddr Address of the token to remove approval from
/// @param spender Address of the spender
struct Params {
address tokenAddr;
address spender;
}Return Value
Events and Logs
Last updated