Module dock_runtime::revoke
source · Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
Structs
- Can be used to configure the genesis state of this pallet.
- The pallet implementing the on-chain logic.
- Command to remove an entire registry. Removes all revocations in the registry as well as registry metadata.
- Metadata about a revocation scope.
- Points to an on-chain revocation registry.
- Points to a revocation which may or may not exist in a registry.
- Command to create a set of revocations withing a registry. Creation of revocations is idempotent; creating a revocation that already exists is allowed, but has no effect.
- Command to remove a set of revocations within a registry. Removal of revocations is idempotent; removing a revocation that doesn’t exists is allowed, but has no effect.
Enums
- Contains one variant per dispatchable that can be called by an extrinsic.
- Revocation Error
- The event emitted by this pallet.
Traits
- Configuration trait of this pallet.
Type Definitions
- ModuleDeprecatedType alias to
Pallet
, to be used byconstruct_runtime
. - Registry metadata
- Command to remove an entire registry. Removes all revocations in the registry as well as registry metadata.
- The single global revocation set
- Command to create a set of revocations withing a registry. Creation of revocations is idempotent; creating a revocation that already exists is allowed, but has no effect.
- Command to remove a set of revocations within a registry. Removal of revocations is idempotent; removing a revocation that doesn’t exists is allowed, but has no effect.