Module dock_runtime::trust_registry::pallet
source · Expand description
The module that hosts all the FRAME types needed to add this pallet to a runtime.
Structs
- The pallet implementing the on-chain logic.
Enums
- Contains one variant per dispatchable that can be called by an extrinsic.
- Error for the TrustRegistry module.
- The event emitted by this pallet.
Traits
- Configuration trait of this pallet.
Type Definitions
- Stores
TrustRegistry
s owned by conveners as a mapping of the form convener_id -> Set<registry_id> - Stores a set of
Issuer
s Trust Registries. - ModuleDeprecatedType alias to
Pallet
, to be used byconstruct_runtime
. - Stores
TrustRegistry
s information:Convener
, name, etc. - Trust Registry participants. Mapping of
TrustRegistryId
-> set of participants (Verifier
s andIssuer
s). - Schema ids corresponding to trust registries. Mapping of
TrustRegistryId
-> set of schema ids. - Stores
Trust Registry
’s delegatedIssuer
s schemas. - Stores
Trust Registry
’sIssuer
s configurations. - Stores
Trust Registry
’sIssuer
s schemas. - Trust Registry participants. Mapping of
TrustRegistryId
->Issuer
-> trust registry participant information. - Schema metadata stored in all trust registries. Mapping of the form (schema_id, registry_id) -> schema_metadata
- Stores
Trust Registry
’sVerifier
s schemas. - Stores a set of
Verifier
s Trust Registries.