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

MidnightSupplyCollateral

Description

Supply collateral to the Midnight market.

Action ID

0xbb30ee9a

SDK Action

const midnightSupplyCollateralAction = new dfs.actions.midnight.MidnightSupplyCollateralAction(
    marketId,
    onBehalf,
    from,
    amount,
    collateralIndex
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated