[Feature] address-show
should also display return/change addresses and optionally show address balances
#1860
Labels
enhancement
New feature or request
Currently, the
address-show
command only lists receiving addresses. It would be beneficial to enhance this command with the following features:Primary Enhancement: Support for return/change addresses
The command should allow users to view change (return) addresses in addition to receiving ones.
Proposed options:
--include-change
or--all
to show both receiving and change addresses.receiving
,change
).Secondary Enhancement: Show address balances
By default, the command should display the current balance associated with each address.
Optionally, developers may prefer to guard this behavior behind a flag such as
--with-balances
for performance or design reasons.This would give users a more complete picture of their wallet's state directly from the CLI.
Example
Current output:
Proposed extended output (with or without
--with-balances
, depending on design):Use cases
The text was updated successfully, but these errors were encountered: