Module solana_ledger::blockstore[][src]

Expand description

The blockstore module provides functions for parallel verification of the Proof of History ledger as well as iterative read, append write, and random access read to a persistent file-based ledger.

Re-exports

pub use crate::blockstore_db::BlockstoreError;
pub use crate::blockstore_meta::SlotMeta;

Modules

Structs

Enums

Constants

Functions

Type Definitions