Name | Lookup | Parameters | |
---|---|---|---|
new_registry | 0a00 | 2 | |
revoke | 0a01 | 2 | |
unrevoke | 0a02 | 2 | |
remove_registry | 0a03 | 2 |
Name | Type | |
---|---|---|
Registries | {"origin":"MapType","map_type":{"key":"dock::revoke::RegistryId","hasher":"Blake2_128Concat","value":"(dock::revoke::Registry, BlockNumber)","isLinked":false}} | |
Revocations | {"origin":"DoubleMapType","double_map_type":{"key":"dock::revoke::RegistryId","key2":"dock::revoke::RevokeId","hasher":"Blake2_128Concat","key2Hasher":"Blake2_256","value":"Null","isLinked":false}} |
Name | Docs |
---|---|
InvalidPolicy | The authorization policy provided was illegal. |
NotAuthorized | Proof of authorization does not meet policy requirements. |
RegExists | A revocation registry with that name already exists. |
NoReg | A revocation registry with that name does not exist. |
DifferentBlockNumber | `last_modified` is incorrect. This is related to replay protection. |
AddOnly | This registry is marked as add_only. Deletion of revocations is not allowed. Deletion of the registry is not allowed. |