Dock
subscan
Runtime Modules / Revoke
Spec Version:
Call Functions
Name
Lookup
Parameters
new_registry0b001
revoke0b012
unrevoke0b022
remove_registry0b032
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":363}}
Revocations{"origin":"Map","n_map_type":{"hashers":["Blake2_128Concat","Blake2_256"],"key_vec":["[U8; 32]","[U8; 32]"],"value":"NULL","keys_id":667,"value_id":38}}
Version{"origin":"PlainType","plain_type":"dock_core:common:storage_version:StorageVersion","PlainTypeValue":661}
Error Types
Name
Docs
RegExistsA revocation registry with that name already exists.
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.