ODCdataIndex

GovernanceFacet

Facet to set up the Diamond implementation with the base configuration

initialize

function initialize() external virtual

Only callable by Data Index Admin to set up governance configuration

__GovernanceFacet_init

function __GovernanceFacet_init() internal

Init function to set up the supported Data Index interfaces

pause

function pause() external

Pause the contract

Only callable by Data Index Pauser

unpause

function unpause() external

Unpause the contract

Only callable by Data Index Pauser

On this page