CompWithdraw

Description

Withdraw a token from Compound.

Notes

Withdraws a underlying token amount from compound

Action ID

0x2e897428

SDK Action

const compoundWithdrawAction = new dfs.actions.compound.CompoundWithdrawAction(
    cTokenAddr,
    amount,
    to
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?