# Partially Signed Bitcoin Transactions
Implementation of the Partially Signed Bitcoin Transaction Format as defined in [BIP-174] and
PSBT version 2 as defined in [BIP-370].
## Minimum Supported Rust Version (MSRV)
This library should always compile with any combination of features on **Rust 1.74.0**.
## Contributing
Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
## License
The code in this project is licensed under the [Creative Commons CC0 1.0 Universal license](LICENSE).
We use the [SPDX license list](https://spdx.org/licenses/) and [SPDX IDs](https://spdx.dev/ids/).
[BIP-174]: <https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki>
[BIP-370]: <https://github.com/bitcoin/bips/blob/master/bip-0370.mediawiki>