ODCdataIndexomnichain
OmnichainDataFacet
Facet to interact with stored data in DataObjects for DataPoints by Omnichain queries
writeOmnichain
Stores data by Omnichain query
Parameters
Name | Type | Description |
---|---|---|
dobj | address | Address of the DataObject |
dp | DataPoint | Identifier of the DataPoint |
operation | bytes4 | Read operation to execute on the data |
data | bytes | Operation-specific data |
originalSender | OmnichainAddress | Address of the original sender on the origin chain |
Return Values
Name | Type | Description |
---|---|---|
[0] | bytes | Operation-specific data (can be empty) |