LSVWithdraw

Description

action for tracking users withdrawals within the LSV ecosystem

Notes

LSV Withdraw expects users to have withdrawn tokens to the user's wallet, from which we'll pull the performance fee. ProfitTracker will return realisedProfit amount, from which we will calculate fee

Action ID

0xbc21da53

SDK Action

const lSVWithdrawAction = new dfs.actions.lsv.LSVWithdrawAction(
    protocol,
    token,
    amount,
    isPositionClosing
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?