doc: update descriptors.md for getdescriptoractivity

Github-Pull: #30708
Rebased-From: 37a5c5d836
This commit is contained in:
James O'Beirne 2024-11-18 15:38:01 -05:00 committed by Luke Dashjr
parent fc43ba2fbe
commit 264f964cd8

View File

@ -23,6 +23,9 @@ Supporting RPCs are:
- `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).
- `getdescriptoractivity` takes as input descriptors and blockhashes (as output
by `scanblocks`) and returns rich event data related to spends or receives associated
with the given descriptors.
This document describes the language. For the specifics on usage, see the RPC
documentation for the functions mentioned above.