1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

update events

This commit is contained in:
alexcos20 2021-10-09 05:59:17 -07:00
parent a5351ef7fd
commit 5ca7156e47

View File

@ -399,19 +399,18 @@ In order to ensure the integrity, a hash is computed for each DDO, following the
string decryptorUrl, string decryptorUrl,
bytes flags, bytes flags,
bytes data, bytes data,
bytes hash, bytes metaDataHash,
string metaDataDecryptorAddress,
uint256 timestamp, uint256 timestamp,
uint256 blockNumber uint256 blockNumber
); );
event MetadataUpdated( event MetadataUpdated(
address indexed updatedBy, address indexed updatedBy,
uint8 state, uint8 state,
string decryptorUrl, string decryptorUrl,
bytes flags, bytes flags,
bytes data, bytes data,
bytes hash, bytes metaDataHash,
string metaDataDecryptorAddress,
uint256 timestamp, uint256 timestamp,
uint256 blockNumber uint256 blockNumber
); );