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
//! Signable Builders for Cardano node internal database artifacts
mod cardano_database;
mod cardano_immutable_full_signable_builder;

pub use cardano_database::*;
pub use cardano_immutable_full_signable_builder::*;