McdWithdraw

Description

Withdraws collateral from a Maker vault

Action ID

0xfd5383d0

SDK Action

const makerWithdrawAction = new dfs.actions.maker.MakerWithdrawAction(
    vaultId,
    amount,
    joinAddr,
    to,
    mcdManager
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?