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
//! Entities related to a Cardano node internal database.
//!

mod ancillary_files_manifest;
mod immutable_file;
mod ledger_state_snapshot;

pub use ancillary_files_manifest::*;
pub use immutable_file::*;
pub use ledger_state_snapshot::*;