BprotocolLiquitySPWithdraw
Description
Action ID
SDK Action
const bprotocolLiquitySPWithdrawAction = new dfs.actions.bprotocol.BprotocolLiquitySPWithdrawAction(
shareAmount,
to,
lqtyTo
);Action Type
Input Parameters
/// @param shareAmount Amount of shares to burn
/// @param to Address that will recieve the LUSD and WETH withdrawn
/// @param lqtyTo Address that will recieve LQTY rewards
struct Params {
uint256 shareAmount;
address to;
address lqtyTo;
}Return Value
Events and Logs
Last updated