Module dock_runtime::attest
source · Expand description
This module allows DIDs to publically attests to arbirary (and arbitrarily large) RDF claimgraphs. These attestations are not stored on-chain; rather, the attester chooses a storage method by specifying an Iri.
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
Structs
- Attester is a DID giving an attestation to arbitrary (and arbitrarily large) RDF claimgraphs.
- The pallet implementing the on-chain logic.
Enums
- Contains one variant per dispatchable that can be called by an extrinsic.
- Error for the attest module.
Traits
- Configuration trait of this pallet.
Type Definitions
- The priority value provides replay protection and also gives attestations a partial ordering. Signatures with lesser or equal priority to those previously posted by the same entity are not accepted by the chain.
- ModuleDeprecatedType alias to
Pallet
, to be used byconstruct_runtime
.