Registry / crypto / psbt
library0.10.2rscratesunverified

Modern, minimalistic & standard-compliant PSBT (Partially Signed Bitcoin Transaction) library.

# Cargo.toml [dependencies] psbt = "0.10.2"
INSTALL
IMPORT
SIG · PSBT
P
psbt
cryptorustv0.10.2
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 psbt::Psbt;

Create a default PSBT.

use psbt::Psbt; fn main() { let psbt = Psbt::default(); println!("{:?}", psbt); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Amazon
1
Resources