Registry / crypto / bitcoin-coinsview

bitcoin-coinsview

JSON →
library0.1.16-alpha.0rscratesunverified

Abstractions for facilitating access to the UTXO set in Bitcoin applications.

# Cargo.toml [dependencies] bitcoin-coinsview = "0.1.16-alpha.0"
INSTALL
IMPORT
SIG · BITCOIN-COINSVIEW
B
bitcoin-coinsview
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.

CoinsView
use bitcoin_coinsview::CoinsView;

Create a new CoinsView instance for UTXO set access.

use bitcoin_coinsview::CoinsView; let view = CoinsView::new();
Debug
Known issues
breakingAlpha version: API may change without notice.
fix
Pin to a specific version and test thoroughly before upgrading.
affects: >=0.1.0 <0.2.0
Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
Meta
2
Resources
bitcoin-coinsview — cargo add bitcoin-coinsview · libregistry