Name | Lookup | Parameters | |
---|---|---|---|
new_registry | 0b00 | 1 | |
revoke | 0b01 | 2 | |
unrevoke | 0b02 | 2 | |
remove_registry | 0b03 | 2 |
Name | Lookup | Attributes | |
---|---|---|---|
RegistryAdded | 0b00 | ||
RevokedInRegistry | 0b01 | ||
UnrevokedInRegistry | 0b02 | ||
RegistryRemoved | 0b03 |
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"} |
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. |