Module mithril_signer::services

source ·
Expand description

§Services

This module regroups services. Services are adapters in charge of the different bounded contexts of the application:

  • Aggregator Client: communicate with the Aggregator
  • Cardano Transactions: handle Cardano transactions (import, preload, etc.)
  • Single Signer: create single signatures
  • Upkeep: perform maintenance tasks

Each service is defined by a public API (a trait) that is used in the controllers (runtimes).

Structs§

Enums§

Traits§