Name | Lookup | Parameters | |
|---|---|---|---|
| new_registry | 0b00 | 1 | |
| revoke | 0b01 | 2 | |
| unrevoke | 0b02 | 2 | |
| remove_registry | 0b03 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| RegistryAdded | 0b00 | ["RegistryId"] | |
| RevokedInRegistry | 0b01 | ["RegistryId"] | |
| UnrevokedInRegistry | 0b02 | ["RegistryId"] | |
| RegistryRemoved | 0b03 | ["RegistryId"] |
Name | Type | |
|---|---|---|
| Registries | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 32]"],"value":"Registry:Registry","keys_id":1,"value_id":196}} | |
| Revocations | {"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_256"],"key_vec":["[U8; 32]","[U8; 32]"],"value":"NULL","keys_id":488,"value_id":38}} | |
| Version | {"origin":"PlainType","plain_type":"core_mods:StorageVersion","PlainTypeValue":478} |
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. |
| 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. |