Merge 3e1bf71064 into merged_master (Bitcoin PR #18025)

This commit is contained in:
Andrew Poelstra 2020-11-14 19:16:33 +00:00
commit b6dc1e00a3

View file

@ -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.