Skip to main content

ab_client_archiving/
lib.rs

1//! Consensus archiver responsible for archival of blockchain history, it is driven by the block
2//! import pipeline.
3
4pub mod segment;