From 37a5c5d83664c31d83fc649d3c8c858bd5f10f21 Mon Sep 17 00:00:00 2001 From: James O'Beirne Date: Mon, 18 Nov 2024 15:38:01 -0500 Subject: [PATCH] doc: update descriptors.md for getdescriptoractivity --- doc/descriptors.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/descriptors.md b/doc/descriptors.md index 8c55d4ae37f..115ca5e61ae 100644 --- a/doc/descriptors.md +++ b/doc/descriptors.md @@ -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.