LiquityV2SPClaimColl
Description
Action ID
SDK Action
const liquityV2SPClaimCollAction = new dfs.actions.liquityV2.LiquityV2SPClaimCollAction(
market,
to
);Action Type
Input Parameters
/// @param market The address of the LiquityV2 market (collateral branch)
/// @param to The address to send the tokens to
struct Params {
address market;
address to;
}Return Value
Events and Logs
Last updated