CompV3Payback

Description

Payback a token a user borrowed from Compound.

Notes

Amount type(uint).max will take the whole borrow amount.

Action ID

0xdaa9b106

SDK Action

const compoundV3PaybackAction = new dfs.actions.compoundV3.CompoundV3PaybackAction(
    market,
    amount,
    from,
    onBehalf,
    asset
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?