ODCinterfacesomnichain

IOmnichainGovernance

Interface defines functions to manage Omnichain governance

ZeroProxyAddress

error ZeroProxyAddress()

Error thrown when the proxy address is zero

OmnichainProxyChanged

event OmnichainProxyChanged(address newProxy)

Event emitted when the Omnichain proxy address is changed

Parameters

NameTypeDescription
newProxyaddressAddress of the new Omnichain proxy

setOmnichainProxy

function setOmnichainProxy(address proxy) external

Set the Omnichain proxy address in Data Index implementation

Parameters

NameTypeDescription
proxyaddressAddress of the new Omnichain proxy

On this page