doc: mention descriptorprocesspsbt in psbt.md

This commit is contained in:
Sebastian Falbesoner 2024-11-12 14:53:10 +01:00
parent 2b33322169
commit ebb6cd82ba

View file

@ -67,6 +67,10 @@ hardware implementations will typically implement multiple roles simultaneously.
input a PSBT, adds UTXO, key, and script data to inputs and outputs that miss input a PSBT, adds UTXO, key, and script data to inputs and outputs that miss
it, and optionally signs inputs. Where possible it also finalizes the partial it, and optionally signs inputs. Where possible it also finalizes the partial
signatures. signatures.
- **`descriptorprocesspsbt` (Updater, Signer, Finalizer)** is a node RPC that takes
as input a PSBT and a list of descriptors. It updates SegWit inputs with
information available from the UTXO set and the mempool and signs the inputs using
the provided descriptors. Where possible it also finalizes the partial signatures.
- **`utxoupdatepsbt` (Updater)** is a node RPC that takes a PSBT and updates it - **`utxoupdatepsbt` (Updater)** is a node RPC that takes a PSBT and updates it
to include information available from the UTXO set (works only for SegWit to include information available from the UTXO set (works only for SegWit
inputs). inputs).