aboutsummaryrefslogtreecommitdiff
path: root/doc/descriptors.md
diff options
context:
space:
mode:
authorAndrew Toth <andrewstoth@gmail.com>2020-01-30 18:34:25 -0500
committerAndrew Toth <andrewstoth@gmail.com>2020-01-30 18:34:25 -0500
commitc7ec9a18888e040a2e1de2cc740a6ef0372d336d (patch)
treeb97e0bf7a427f47c31e62820934a25ca81757ebb /doc/descriptors.md
parent638239de7502eed57f3b800d9b488de85f00d391 (diff)
downloadbitcoin-c7ec9a18888e040a2e1de2cc740a6ef0372d336d.tar.xz
Add missing supported rpcs to doc/descriptors.md
Diffstat (limited to 'doc/descriptors.md')
-rw-r--r--doc/descriptors.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/descriptors.md b/doc/descriptors.md
index a98f43737e..e31665b129 100644
--- a/doc/descriptors.md
+++ b/doc/descriptors.md
@@ -10,6 +10,13 @@ Supporting RPCs are:
- `deriveaddresses` takes as input a descriptor and computes the corresponding
addresses.
- `listunspent` outputs a specialized descriptor for the reported unspent outputs.
+- `getaddressinfo` outputs a descriptor for solvable addresses (since v0.18).
+- `importmulti` takes as input descriptors to import into the wallet
+ (since v0.18).
+- `generatetodescriptor` takes as input a descriptor and generates coins to it
+ (`regtest` only, since v0.19).
+- `utxoupdatepsbt` takes as input descriptors to add information to the psbt
+ (since v0.19).
This document describes the language. For the specifics on usage, see the RPC
documentation for the functions mentioned above.