ODCinterfacesdataIndex

IDataTransferManager

Interface defines functions to manage the transfer of DataPoints between DIIDs

DataPointTransferred

event DataPointTransferred(DataPoint dp, address[] dataobjects, bytes32 fromDiid, bytes32 toDiid)

Event emitted when data is transferred

Parameters

NameTypeDescription
dpDataPointIdentifier of the DataPoint
dataobjectsaddress[]List of DataObjects to work with
fromDiidbytes32ID to transfer from
toDiidbytes32ID to transfer to

transferDataPoint

function transferDataPoint(DataPoint dp, address[] dataobjects, bytes32 fromDiid, bytes32 toDiid) external

Transfers data from one id to another

Function SHOULD be restricted to allowed DMs only

Parameters

NameTypeDescription
dpDataPointIdentifier of the DataPoint
dataobjectsaddress[]List of DataObjects to work with
fromDiidbytes32ID to transfer from
toDiidbytes32ID to transfer to

On this page