bitcoin-chainman 0.1.16-alpha.0

provides abstractions that allow the retrieval of the current most-work (active) chainstate, as well as chainstates which may be in background use to validate UTXO snapshots
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) use bitcoin_derive::*;
pub(crate) use bitcoin_block::*;
pub(crate) use bitcoin_blockman::*;
pub(crate) use bitcoin_imports::*;
pub(crate) use bitcoin_tx::*;
pub(crate) use bitcoin_txmempool::*;
pub(crate) use bitcoinchain_interface::*;
pub(crate) use bitcoinchain_params::*;
pub(crate) use bitcoin_primitives::*;