Skip to content

Commit

Permalink
Add missing supported rpcs to doc/descriptors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoth committed Jan 30, 2020
1 parent 638239d commit c7ec9a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/descriptors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c7ec9a1

Please sign in to comment.