mithril-cardano-node-internal-database 0.1.11

Mechanisms that allow Mithril nodes to read the files of a Cardano node internal database and compute digests from them
Documentation
1
2
3
4
5
6
7
8
9
10
//! Tools to compute Mithril digests from a Cardano node database.

pub mod cache;
mod cardano_immutable_digester;
mod immutable_digester;

pub use cardano_immutable_digester::CardanoImmutableDigester;
pub use immutable_digester::{
    ComputedImmutablesDigests, ImmutableDigester, ImmutableDigesterError,
};