Document PSBT roles and limitation
This commit is contained in:
parent
9cfa9bd9df
commit
896ca42a53
|
@ -26,7 +26,7 @@ Supports (or should support)
|
|||
* De/serialization of blocks and transactions
|
||||
* Script de/serialization
|
||||
* Private keys and address creation, de/serialization and validation (including full BIP32 support)
|
||||
* PSBT creation, manipulation, merging and finalization
|
||||
* PSBT v0 de/serialization and all but the Input Finalizer role. Use [rust-miniscript](https://docs.rs/miniscript/latest/miniscript/psbt/index.html) to finalize.
|
||||
* Pay-to-contract support as in Appendix A of the [Blockstream sidechains whitepaper](https://www.blockstream.com/sidechains.pdf)
|
||||
|
||||
For JSONRPC interaction with Bitcoin Core, it is recommended to use
|
||||
|
|
Loading…
Reference in New Issue