ODCinterfacesdataIndex

IDODataTransfer

Interface defines functions to manage the transfer of DataPoints between DIIDs

onDataPointTransfer

function onDataPointTransfer(DataPoint dp, bytes32 fromDiid, bytes32 toDiid) external

Transfers data from one id to another

Access to this function MUST be protected and allowed only for Data Index Implementation registered for this DataPoint NOTE: Transfers using this function will skip hook functions on the Data Manager, disable it if required

Parameters

NameTypeDescription
dpDataPointIdentifier of the DataPoint
fromDiidbytes32ID to transfer from
toDiidbytes32ID to transfer to

On this page