You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will contain object hashes, along with the hashing algorithm used and the status
Only the original creator of an object hash will be able to change the status
ObjectHash should be at least 512bits or 64bytes
Status could be any of these status: VALID, ASK OWNER, REVOKE
See link above for valid transitions
Functions:
-- SetObjectStatus(hash,status) -> OK/KO. This function launch 1 event
- event ObjectStatusUpdated (bytes64 objectHash, Status status); --> launched when the object is registered or updated in blockchain.
-- GetObjectStatus(hash) -> status
-- NOTE: Hashes follows PSMHashes model.
The text was updated successfully, but these errors were encountered:
Reference: https://github.com/alastria/AlastriaEPIC/wiki/Registry-SmartContract
-- SetObjectStatus(hash,status) -> OK/KO. This function launch 1 event
- event ObjectStatusUpdated (bytes64 objectHash, Status status); --> launched when the object is registered or updated in blockchain.
-- GetObjectStatus(hash) -> status
-- NOTE: Hashes follows PSMHashes model.
The text was updated successfully, but these errors were encountered: