File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,10 @@ hardware implementations will typically implement multiple roles simultaneously.
67
67
input a PSBT, adds UTXO, key, and script data to inputs and outputs that miss
68
68
it, and optionally signs inputs. Where possible it also finalizes the partial
69
69
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.
70
74
- ** ` utxoupdatepsbt ` (Updater)** is a node RPC that takes a PSBT and updates it
71
75
to include information available from the UTXO set (works only for SegWit
72
76
inputs).
You can’t perform that action at this time.
0 commit comments