Skip to content

Commit ebb6cd8

Browse files
committed
doc: mention descriptorprocesspsbt in psbt.md
1 parent 2b33322 commit ebb6cd8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/psbt.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ hardware implementations will typically implement multiple roles simultaneously.
6767
input a PSBT, adds UTXO, key, and script data to inputs and outputs that miss
6868
it, and optionally signs inputs. Where possible it also finalizes the partial
6969
signatures.
70+
- **`descriptorprocesspsbt` (Updater, Signer, Finalizer)** is a node RPC that takes
71+
as input a PSBT and a list of descriptors. It updates SegWit inputs with
72+
information available from the UTXO set and the mempool and signs the inputs using
73+
the provided descriptors. Where possible it also finalizes the partial signatures.
7074
- **`utxoupdatepsbt` (Updater)** is a node RPC that takes a PSBT and updates it
7175
to include information available from the UTXO set (works only for SegWit
7276
inputs).

0 commit comments

Comments
 (0)