aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-14477.md
blob: bb8c0a623eede8ea09aa93c8a79284e6151bf432 (plain)
1
2
3
4
5
Miscellaneous RPC changes
------------

- `getaddressinfo` now reports `solvable`, a boolean indicating whether all information necessary for signing is present in the wallet (ignoring private keys).
- `getaddressinfo`, `listunspent`, and `scantxoutset` have a new output field `desc`, an output descriptor that encapsulates all signing information and key paths for the address (only available when `solvable` is true for `getaddressinfo` and `listunspent`).