Name | Lookup | Parameters | |
|---|---|---|---|
| new_registry | 0b00 | 1 | |
| revoke | 0b01 | 2 | |
| unrevoke | 0b02 | 2 | |
| remove_registry | 0b03 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| RegistryAdded | 0b00 | ["RevocationRegistryId"] | |
| RevokedInRegistry | 0b01 | ["RevocationRegistryId"] | |
| UnrevokedInRegistry | 0b02 | ["RevocationRegistryId"] | |
| RegistryRemoved | 0b03 | ["RevocationRegistryId"] |
Name | Type | |
|---|---|---|
| Registries | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 32]"],"value":"RevocationRegistry:RevocationRegistry","keys_id":53,"value_id":368}} | |
| Revocations | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_256"],"key_vec":["[U8; 32]","[U8; 32]"],"value":"NULL","keys_id":679,"value_id":38}} | |
| Version | {"origin":"PlainType","plain_type":"dock_core:common:storage_version:StorageVersion","PlainTypeValue":673} |
Name | Docs |
|---|---|
| RegExists | A revocation registry with that name already exists. |
| RegistryDoesntExist | A revocation registry with the provided identifier doesnt exist. |
| IncorrectNonce | nonce is incorrect. This is related to replay protection. |
| TooManyControllers | Too many controllers specified. |
| AddOnly | This registry is marked as add_only. Deletion of revocations is not allowed. Deletion ofthe registry is not allowed. |
| EmptyPayload | Action is empty. |