subscan
Runtime Modules / Revoke
Spec Version:
Call Functions
Name
Lookup
Parameters
new_registry0b001
revoke0b012
unrevoke0b022
remove_registry0b032
Storage Functions
Name
Type
Registries{"origin":"MapType","map_type":{"key":"dock::revoke::RegistryId","hasher":"Blake2_128Concat","value":"Registry","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}}
Version{"origin":"PlainType","plain_type":"StorageVersion"}
Error Types
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 of the registry is not allowed.
EmptyPayload Action is empty.