mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
update events
This commit is contained in:
parent
a5351ef7fd
commit
5ca7156e47
@ -399,19 +399,18 @@ In order to ensure the integrity, a hash is computed for each DDO, following the
|
||||
string decryptorUrl,
|
||||
bytes flags,
|
||||
bytes data,
|
||||
bytes hash,
|
||||
string metaDataDecryptorAddress,
|
||||
bytes metaDataHash,
|
||||
uint256 timestamp,
|
||||
uint256 blockNumber
|
||||
);
|
||||
event MetadataUpdated(
|
||||
|
||||
event MetadataUpdated(
|
||||
address indexed updatedBy,
|
||||
uint8 state,
|
||||
string decryptorUrl,
|
||||
bytes flags,
|
||||
bytes data,
|
||||
bytes hash,
|
||||
string metaDataDecryptorAddress,
|
||||
bytes metaDataHash,
|
||||
uint256 timestamp,
|
||||
uint256 blockNumber
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user