ReflexerWithdraw

Description

Withdraws collateral from a Reflexer safe

Notes

Withdraws collateral from the safe Returns all the collateral of the safe, formatted in the correct decimal Gets Safe info (collateral, debt)

Action ID

0x84c3e0aa

SDK Action

const reflexerWithdrawAction = new dfs.actions.reflexer.ReflexerWithdrawAction(
    safeId,
    amount,
    adapterAddr,
    to
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?