Crate mithril_signer

Source
Expand description

Mithril Signer crate documentation

This crate is used by Cardano nodes to participate to Mithril signatures. It proposes tools to communicate with Mithril aggregators and to issue Single Signatures. See the Mithril documentation for more information on how it works.

Re-exports§

Modules§

  • database module. This module contains the entities definition tied with database representation with their associated providers.
  • Dependency injection module.
  • Entities module
  • metrics module. This module contains the signer metrics service and metrics server.
  • Services
  • Alternative storage backends when relational database capabilities are not needed.

Structs§

Enums§

Traits§

  • This trait is mainly intended for mocking.