Registry / crypto / bitcoin-chainman

bitcoin-chainman

JSON →
library0.1.16-alpha.0rscratesunverified

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.

# Cargo.toml [dependencies] bitcoin-chainman = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOIN-CHAINMAN
B
bitcoin-chainman
cryptorustv0.1.16-alpha.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ChainManager
use bitcoin_chainman::ChainManager;

Create a chain manager and retrieve the active chain.

use bitcoin_chainman::ChainManager; fn main() { let manager = ChainManager::new(); let active = manager.active_chain(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Resources
bitcoin-chainman — cargo add bitcoin-chainman · libregistry