ODCinterfacesdataIndex

IDOPortability

Interface defines functions to manage the Data Index implementation of DataObjects

setDataIndexImplementation

function setDataIndexImplementation(DataPoint dp, address newImpl) external

This function SHOULD be called by the Data Index Implementation OR DataPoint Admin

Initializes DataPoint with provided Data Index implementation or changes current implementation to another one

Parameters

NameTypeDescription
dpDataPointDataPoint to work with
newImpladdressNew Data Index Implementation

On this page