We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3ce6a commit 37a5c5dCopy full SHA for 37a5c5d
doc/descriptors.md
@@ -23,6 +23,9 @@ Supporting RPCs are:
23
- `listdescriptors` outputs descriptors imported into a descriptor wallet (since v22).
24
- `scanblocks` takes as input descriptors to scan for in blocks and returns the
25
relevant blockhashes (since v25).
26
+- `getdescriptoractivity` takes as input descriptors and blockhashes (as output
27
+ by `scanblocks`) and returns rich event data related to spends or receives associated
28
+ with the given descriptors.
29
30
This document describes the language. For the specifics on usage, see the RPC
31
documentation for the functions mentioned above.
0 commit comments