mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-04 15:18:05 +01:00
Add missing supported rpcs to doc/descriptors.md
This commit is contained in:
parent
638239de75
commit
c7ec9a1888
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@ Supporting RPCs are:
|
||||||
- `deriveaddresses` takes as input a descriptor and computes the corresponding
|
- `deriveaddresses` takes as input a descriptor and computes the corresponding
|
||||||
addresses.
|
addresses.
|
||||||
- `listunspent` outputs a specialized descriptor for the reported unspent outputs.
|
- `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
|
This document describes the language. For the specifics on usage, see the RPC
|
||||||
documentation for the functions mentioned above.
|
documentation for the functions mentioned above.
|
||||||
|
|
Loading…
Add table
Reference in a new issue