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

ChangeProxyOwner

Description

Changes the owner of the DSProxy and updated the DFSRegistry

Action ID

0x67314f12

SDK Action

const changeProxyOwnerAction = new dfs.actions.basic.ChangeProxyOwnerAction(
    newOwner
);

Action Type

STANDARD_ACTION

Input Parameters

    /// @param newOwner Address of the new owner
    struct Params {
        address newOwner;
    }

Return Value

Events and Logs

Last updated