brk_computer 0.2.5

A Bitcoin dataset computer built on top of brk_indexer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod addr;
mod block;
pub mod cohorts;
pub mod compute;
pub mod metrics;
mod state;
mod vecs;

pub use brk_types::RangeMap;
pub use vecs::Vecs;

pub const DB_NAME: &str = "distribution";

pub use addr::{AddrTypeToTypeIndexMap, AddrsDataVecs, AnyAddrIndexesVecs};
pub use cohorts::{AddrCohorts, DynCohortVecs, UTXOCohorts};