File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,16 @@ Supporting RPCs are:
11
11
addresses.
12
12
- ` listunspent ` outputs a specialized descriptor for the reported unspent outputs.
13
13
- ` getaddressinfo ` outputs a descriptor for solvable addresses (since v0.18).
14
- - ` importmulti ` takes as input descriptors to import into the wallet
14
+ - ` importmulti ` takes as input descriptors to import into a legacy wallet
15
15
(since v0.18).
16
16
- ` generatetodescriptor ` takes as input a descriptor and generates coins to it
17
17
(` regtest ` only, since v0.19).
18
18
- ` utxoupdatepsbt ` takes as input descriptors to add information to the psbt
19
19
(since v0.19).
20
- - ` createmultisig ` and ` addmultisigaddress ` return descriptors as well (since v0.20)
20
+ - ` createmultisig ` and ` addmultisigaddress ` return descriptors as well (since v0.20).
21
+ - ` importdescriptors ` takes as input descriptors to import into a descriptor wallet
22
+ (since v0.21).
23
+ - ` listdescriptors ` outputs descriptors imported into a descriptor wallet (since v22).
21
24
22
25
This document describes the language. For the specifics on usage, see the RPC
23
26
documentation for the functions mentioned above.
You can’t perform that action at this time.
0 commit comments