ReflexerOpen

Description

Open a new Reflexer safe

Action ID

0xf26b3b00

SDK Action

const reflexerOpenSafeAction = new dfs.actions.reflexer.ReflexerOpenSafeAction(
    adapterAddr
);

Action Type

STANDARD_ACTION

Input Parameters

    /// @param adapterAddr Address of the adapter
    struct Params {
        address adapterAddr;
    }

Return Value

Events and Logs

Last updated

Was this helpful?