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

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.
  • ModuleDeprecated
    Type alias to Pallet, to be used by construct_runtime.