For the complete documentation index, see llms.txt. This page is also available as Markdown.

MidnightWithdrawCollateral

Description

Withdraw collateral from the Midnight market.

Action ID

0xa1f04e15

SDK Action

const midnightWithdrawCollateralAction = new dfs.actions.midnight.MidnightWithdrawCollateralAction(
    marketId,
    onBehalf,
    to,
    amount,
    collateralIndex
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated