Skip to content

Commit

Permalink
doc: mention descriptorprocesspsbt in psbt.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theStack committed Nov 12, 2024
1 parent 2b33322 commit ebb6cd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/psbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
it, and optionally signs inputs. Where possible it also finalizes the partial
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
to include information available from the UTXO set (works only for SegWit
inputs).
Expand Down

0 comments on commit ebb6cd8

Please sign in to comment.