LiquityV2Payback
Description
Action ID
SDK Action
const liquityV2PaybackAction = new dfs.actions.liquityV2.LiquityV2PaybackAction(
market,
from,
troveId,
amount
);Action Type
Input Parameters
/// @param market The address of the LiquityV2 market (collateral branch)
/// @param from The address to pull the tokens from
/// @param troveId The ID of the trove to payback the tokens to
/// @param amount The amount of tokens to payback
struct Params {
address market;
address from;
uint256 troveId;
uint256 amount;
}Return Value
Events and Logs
Last updated