Open SamsungGalaxyPlayer opened 9 months ago
+1, but also I'd like to add the ability for a user to specify a date range.
For example, many users will want to export all transactions between January 1st and December 31st (inclusive) for generating a file to send to their accountant at year-end.
This action is probably so common, that the UX might benefit if there were a UI radio buttons to auto-fill the start & end dates with:
The Monero CLI supports several history export options:
[in|out|all|pending|failed|pool|coinbase]
[index=<N1>[,<N2>,...]]
[<min_height> [<max_height>]]
[output=<filepath>]
[option=<with_keys>]
It would be nice if Feather Wallet supported export options. Most notably, the ability to export
with_keys
is important to me.