For the complete documentation index, see llms.txt. This page is also available as Markdown.

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