AutomationV2Unsub
Description
Action ID
SDK Action
const automationV2UnsubAction = new dfs.actions.basic.AutomationV2Unsub(
protocol,
cdpId
);Action Type
Input Parameters
/// @param cdpId ID of the cdp to unsubscribe from
/// @param protocol Protocol to unsubscribe from (MCD, COMPOUND, AAVE)
struct Params {
uint256 cdpId;
Protocols protocol;
}Return Value
Events and Logs
Last updated