ODCinterfacesdataIndex
IDataTransferManager
Interface defines functions to manage the transfer of DataPoints between DIIDs
DataPointTransferred
Event emitted when data is transferred
Parameters
Name | Type | Description |
---|---|---|
dp | DataPoint | Identifier of the DataPoint |
dataobjects | address[] | List of DataObjects to work with |
fromDiid | bytes32 | ID to transfer from |
toDiid | bytes32 | ID to transfer to |
transferDataPoint
Transfers data from one id to another
Function SHOULD be restricted to allowed DMs only
Parameters
Name | Type | Description |
---|---|---|
dp | DataPoint | Identifier of the DataPoint |
dataobjects | address[] | List of DataObjects to work with |
fromDiid | bytes32 | ID to transfer from |
toDiid | bytes32 | ID to transfer to |