descriptor-wallet 0.3.4

Library for building descriptor-based bitcoin wallets
docs.rs failed to build descriptor-wallet-0.3.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: descriptor-wallet-0.10.2

Descriptor wallet library

Build Tests Lints codecov

crates.io Docs unsafe forbidden MIT licensed

Library for building descriptor-based bitcoin wallets. Previously was a part of LNP/BP Core Library.

Components:

  • More efficient manipulations with BIP-32 derivation paths
  • Universal miniscript/classical bitcoin descriptors
  • Script templates allowing embedding extended pubkeys into bitcoin script assembly
  • Lexicographic ordering of transaction & PSBT inputs & oututs
  • Script type system
  • Helper types for working with hash-lock contracts
  • PSBT utility functions (retrieving previous output, computing fee)

Includes separate crate for SLIP-132 functionality in /slip132 subdirectory.