CompPayback

Description

Payback a token a user borrowed from Compound.

Notes

Payback a borrowed token from the Compound protocol.

Action ID

0x4cbab3db

SDK Action

const compoundPaybackAction = new dfs.actions.compound.CompoundPaybackAction(
    cTokenAddr,
    amount,
    from,
    onBehalf
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?