-
Notifications
You must be signed in to change notification settings - Fork 65
Add a filter menu to view specific type of transactions #57
Comments
@redsn0w0 Good idea, I will schedule that. |
It's possible but costly - because you need to call transactions API multiple times and then filter out not needed txs - it's not optimal. So suspend until LiskArchive/lisk-sdk#380 is resolved. |
@4miners I think it will be also useful to add total lisk received (like on blockchain.info) and remember to add the color green & red to the little arrows (number of transactions in/out, check down below). Thanks for the attention. |
@redsn0w0 can you open new issue for that? |
Endpoint is already available on core dev version and will be also on testnet soon - so removing |
Is it also possible to add "Total received" & "Total sent" ? |
@redsn0w0 Sure. |
Hi,
I would like to see a little filter menu (positioned in the right side of the page) with the possibility to choose to view only specific type of Tx.
Like the one of the bitcoin block explorer (https://blockchain.info) but only with: sent, received & delegate vote (maybe also second signature creation) Tx.
Tx = transaction
Is this possible? Because I think it would be really useful.
Thanks for the attention.
The text was updated successfully, but these errors were encountered: