LiquityV2Claim
Description
Action ID
SDK Action
const liquityV2ClaimAction = new dfs.actions.liquityV2.LiquityV2ClaimAction(
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