subscan
Runtime Modules / Revoke
Spec Version:
Call Functions
Name
Lookup
Parameters
new_registry0a002
revoke0a012
unrevoke0a022
remove_registry0a032
Storage Functions
Name
Type
Registries{"origin":"MapType","map_type":{"key":"dock::revoke::RegistryId","hasher":"Blake2_128Concat","value":"(dock::revoke::Registry, BlockNumber)","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}}
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.
DifferentBlockNumber `last_modified` is incorrect. This is related to replay protection.
AddOnly This registry is marked as add_only. Deletion of revocations is not allowed. Deletion of the registry is not allowed.