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§

  • This type represents the errors thrown from the Runner.
  • RuntimeError Error kinds tied to their faith in the state machine.
  • Different possible states of the state machine.

Traits§

  • This trait is mainly intended for mocking.