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

McdMerge

Description

Merge two vaults that are of the same type, first into second

Action ID

0xd2c234d0

SDK Action

const makerMergeAction = new dfs.actions.maker.MakerMergeAction(
    srcVaultId,
    destVaultId,
    mcdManager
);

Action Type

STANDARD_ACTION

Input Parameters

    /// @param srcVaultId Id of the source vault
    /// @param destVaultId Id of the destination vault
    /// @param mcdManager Manager address
    struct Params {
        uint256 srcVaultId;
        uint256 destVaultId;
        address mcdManager;
    }

Return Value

Events and Logs

Last updated