wallet-cli
wallet-cli copied to clipboard
Improve Transaction finalized UX
Summary
Currently, when a user sends out a transaction, a count down is initiated from 0 to 30 seconds, to see if it receives a callback on the transaction having taken place.
From a UX point of view, this is unfamiliar to most users. They will think the count is confirmations, not a countdown.
Possible solution design or implementation
We could add functionality to query the mempool for the status of the transaction, and request it from the blockchain itself once it has been picked up.