Registry / crypto / bitcoin-psbt

bitcoin-psbt

JSON →
library0.1.16-alpha.0rscratesunverified

Tools for working with partially signed transactions.

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

Psbt
use bitcoin_psbt::Psbt;

Parses a PSBT from bytes.

use bitcoin_psbt::Psbt; fn main() { let psbt = Psbt::from_bytes(&[0u8; 100]).unwrap(); println!("PSBT: {:?}", psbt); }
Debug
Known issues
breakingVersion 0.1.16-alpha.0 is pre-release; API may change.
fix
Pin to exact version and expect breaking changes.
affects: 0.1.16-alpha.0
Upgrade
Version history
0.1.16-alpha.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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