Superhero is a multi-blockchain wallet to manage crypto assets and navigate the web3 and DeFi space. Currently supporting Bitcoin, Ethereum and æternity blockchains.
User should be able to navigate to Coin transaction list and see coin transactions for fee paid.
e.g. User transfers 10 LINK and pays 0.1 ETH for fee:
user should see one transaction in the "All transactions" list (value=10LINK)
user should see the same transaction in the "LINK transactions" list (value=10LINK)
user should see an ETH transaction for the fee he paid in ETH in the "Ethereum transactions" list (value=0.1ETH)
Clicking on any of those transactions takes the user to the same transaction details page (showing both the value and the fee)
The ETH transaction (fee transaction) should be differentiated from regular send transactions. It should be clear to the user that this is just the fee that was paid for the transaction.
IMO when the user goes from Asset/Transactions to Transaction details the back arrow button should lead back to previous screen and not to the all transactions list of Dashboard/Account details/
As a user I'd expect this behavior when clicking on back. I'd suggest an exception from implemented routing rules in this case.
User should be able to navigate to Coin transaction list and see coin transactions for fee paid. e.g. User transfers 10 LINK and pays 0.1 ETH for fee:
value=10LINK
)value=10LINK
)value=0.1ETH
)Clicking on any of those transactions takes the user to the same transaction details page (showing both the value and the fee) The ETH transaction (fee transaction) should be differentiated from regular send transactions. It should be clear to the user that this is just the fee that was paid for the transaction.
This applies to all blockchains with tokens