CompGetDebt
Description
Action ID
SDK Action
const compoundGetDebtAction = new dfs.actions.compound.CompoundGetDebtAction(
cTokenAddr,
holderAddr
);Action Type
Input Parameters
/// @param cTokenAddr Address of the cToken token to get the debt for
/// @param debtorAddr Address of the debtor
struct Params {
address cTokenAddr;
address debtorAddr;
}Return Value
Events and Logs
Last updated