Expand description
v0.32 AST → miniscript::Descriptor<DescriptorPublicKey> converter.
Replaces the v0.14-era hand-rolled 5-shape allow-list with a generic
converter that builds a miniscript Descriptor from any
BIP-388-parseable md1 wire AST. Address derivation
(crate::Descriptor::derive_address) delegates to this module then
to miniscript::Descriptor::address.
Feature-gated behind derive (default-on).
Functions§
- to_
miniscript_ descriptor - Convert an md1
DescriptorAST to aminiscript::Descriptor<DescriptorPublicKey>forchain(the multipath alt selector). The trailing wildcard/*remains forminiscript::Descriptor::at_derivation_indexto resolve.