Registry / crypto / bitcoin-block

bitcoin-block

JSON →
library0.1.16-alpha.0rscratesunverified

Provides types and utilities for working with Bitcoin blocks.

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

Block
use bitcoin_block::Block;

Create a default Bitcoin block and print its hash.

use bitcoin_block::Block; let block = Block::default(); println!("Block hash: {:?}", block.hash());
Debug
Known issues
breakingAlpha version: API may change without notice.
fix
Pin to a specific version and test thoroughly.
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
24 hits · last 30 days
node
20
Resources
bitcoin-block — cargo add bitcoin-block · libregistry