Registry / other / bitcoin-indexed-chain

bitcoin-indexed-chain

JSON →
library0.1.16-alpha.0rscratesunverified

Abstractions for working with an in-memory indexed chain of blocks for Bitcoin.

# Cargo.toml [dependencies] bitcoin-indexed-chain = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOIN-INDEXED-CH
B
bitcoin-indexed-chain
otherrustv0.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.

IndexedChain
use bitcoin_indexed_chain::IndexedChain;

Creates a new indexed chain for Bitcoin blocks.

use bitcoin_indexed_chain::IndexedChain; fn main() { let chain = IndexedChain::new(); println!("Chain created: {:?}", 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
13 hits · last 30 days
node
10
Meta
2
OpenAI (training)
1
Resources
bitcoin-indexed-chain — cargo add bitcoin-indexed-chain · libregistry