Skip to content
This repository was archived by the owner on Jul 30, 2023. It is now read-only.

Latest commit

 

History

History

psbt

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

PSBT crate

Build Tests Lints codecov

crates.io Docs Apache-2 licensed

Implements both v0 (BIP-174) and v2 (BIP-370) versions of PSBT specification.

Minimal-dependency, no-std, 100% standard compliant, with no non-standard assumptions.

Differs PSBT from bitcoin crate in the following ways:

  • supports PSBT v2;
  • preserves the original content of PSBT (i.e. serialization of PSBT with no modifications always strictly match the original serialization);
  • simplifies workflow for managing custom keys.