mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
doc: update descriptors.md for getdescriptoractivity
This commit is contained in:
parent
ee3ce6a4f4
commit
37a5c5d836
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ Supporting RPCs are:
|
||||||
- `listdescriptors` outputs descriptors imported into a descriptor wallet (since v22).
|
- `listdescriptors` outputs descriptors imported into a descriptor wallet (since v22).
|
||||||
- `scanblocks` takes as input descriptors to scan for in blocks and returns the
|
- `scanblocks` takes as input descriptors to scan for in blocks and returns the
|
||||||
relevant blockhashes (since v25).
|
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
|
This document describes the language. For the specifics on usage, see the RPC
|
||||||
documentation for the functions mentioned above.
|
documentation for the functions mentioned above.
|
||||||
|
|
Loading…
Reference in a new issue