Minimum Supported Rust Version: 1.41.1
*This crate uses "2015" edition
This library is a fork of rust-miniscript for elements.
This library supports
- Output descriptors including embedded Miniscripts
- Parsing and serializing descriptors to a human-readable string format
- Compilation of abstract spending policies to Miniscript (enabled by the
compiler
flag) - Semantic analysis of Miniscripts and spending policies, with user-defined public key types
- Encoding and decoding Miniscript as Bitcoin Script, given key types that
are convertible to
bitcoin::PublicKey
- Determining satisfiability, and optimal witnesses, for a given descriptor;
completing an unsigned
elements::TxIn
with appropriate data - Determining the specific keys, hash preimages and timelocks used to spend coins in a given Bitcoin transaction
More information can be found in the documentation
or in the examples/
directory
This library should always compile with any combination of features on Rust 1.41.1.
Contributions are generally welcome. If you intend to make larger changes please discuss them in an issue before PRing them to avoid duplicate work and architectural mismatches. If you have any questions or ideas you want to discuss please join us in ##miniscript on Libera.
See CHANGELOG.md.