@bitcoinerlab/descriptors
v3.1.4
Published
This library parses and creates Bitcoin Miniscript Descriptors and generates Partially Signed Bitcoin Transactions (PSBTs). It provides PSBT finalizers and signers for single-signature, BIP32 and Hardware Wallets, bundled for the bitcoinjs family of libra
Maintainers
Readme
@bitcoinerlab/descriptors
Bitcoinjs-ready package for @bitcoinerlab/descriptors-core.
For most users this is the default package to install:
npm install @bitcoinerlab/descriptorsIt bundles the bitcoinjs family dependencies and exposes pre-bound helpers such
as Output, expand, ECPair, BIP32, Psbt and ecc at the top level.
Most users can import directly from the package:
import { Output, Psbt, ECPair, signers } from '@bitcoinerlab/descriptors';DescriptorsFactory(ecc) is still available for backwards compatibility and
advanced initialization.
