Re-exports
pub use pallet::*;
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
Structs
- 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.
Type Definitions
- Command to remove an entire registry. Removes all revocations in the registry as well as registry metadata.
- 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.