Skip to content

Commit 3e1bf71

Browse files
committed
Merge #18025: doc: Add missing supported rpcs to doc/descriptors.md
c7ec9a1 Add missing supported rpcs to doc/descriptors.md (Andrew Toth) Pull request description: Improve descriptor docs by adding missing rpcs. ACKs for top commit: fanquake: ACK c7ec9a1 - I think this has been bikeshed enough. jonatack: ACK c7ec9a1 Tree-SHA512: 783219928ed7edc904b507bb30e2eefd8ca9f11225e1460fedecd755f9511055adcc52cc49f66ba840e121883e40753061db76a243ee6e0091daf1fc396ae59a
2 parents d176aea + c7ec9a1 commit 3e1bf71

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/descriptors.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Supporting RPCs are:
1010
- `deriveaddresses` takes as input a descriptor and computes the corresponding
1111
addresses.
1212
- `listunspent` outputs a specialized descriptor for the reported unspent outputs.
13+
- `getaddressinfo` outputs a descriptor for solvable addresses (since v0.18).
14+
- `importmulti` takes as input descriptors to import into the wallet
15+
(since v0.18).
16+
- `generatetodescriptor` takes as input a descriptor and generates coins to it
17+
(`regtest` only, since v0.19).
18+
- `utxoupdatepsbt` takes as input descriptors to add information to the psbt
19+
(since v0.19).
1320

1421
This document describes the language. For the specifics on usage, see the RPC
1522
documentation for the functions mentioned above.

0 commit comments

Comments
 (0)