bitcoin-explorer 1.2.20

High Performance Blockchain Deserializer
Documentation
1
2
3
4
5
6
7
8
9
10
11
//!
//! This module defines the infrastructure for efficient iteration over blocks
//!

mod fetch_connected_async;
mod iter_block;
mod iter_connected;
mod util;

pub use iter_block::BlockIter;
pub use iter_connected::ConnectedBlockIter;