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

return bytes32(bytes20(inputData.newOwner));

Events and Logs

Last updated

Was this helpful?