doc: add `scanblocks` to list of descriptor RPCs

This commit is contained in:
Sebastian Falbesoner 2022-10-20 18:05:18 +02:00
parent fabc031048
commit ff138f9cf1
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ Supporting RPCs are:
- `importdescriptors` takes as input descriptors to import into a descriptor wallet
(since v0.21).
- `listdescriptors` outputs descriptors imported into a descriptor wallet (since v22).
- `scanblocks` takes as input descriptors to scan for in blocks and returns the
relevant blockhashes (since v25).
This document describes the language. For the specifics on usage, see the RPC
documentation for the functions mentioned above.