subscan
Runtime Modules / Revoke
Spec Version:
Events
Name
Lookup
Attributes
RegistryAdded0b00["RevocationRegistryId"]
RevokedInRegistry0b01["RevocationRegistryId"]
UnrevokedInRegistry0b02["RevocationRegistryId"]
RegistryRemoved0b03["RevocationRegistryId"]
Storage Functions
Name
Type
Registries{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat"],"key_vec":["[U8; 32]"],"value":"RevocationRegistry:RevocationRegistry","keys_id":53,"value_id":429}}
Revocations{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_256"],"key_vec":["[U8; 32]","[U8; 32]"],"value":"NULL","keys_id":434,"value_id":38}}
Version{"origin":"PlainType","plain_type":"dock_core:common:storage_version:StorageVersion","PlainTypeValue":407}
Error Types
Name
Docs
RegExistsA revocation registry with that name already exists.
RegistryDoesntExistA revocation registry with the provided identifier doesnt exist.
IncorrectNoncenonce is incorrect. This is related to replay protection.
TooManyControllersToo many controllers specified.
AddOnlyThis registry is marked as add_only. Deletion of revocations is not allowed. Deletion ofthe registry is not allowed.
EmptyPayloadAction is empty.