wharfkit / transact-plugin-finality-checker

TransactPlugin for the Wharf Session Kit. Calls a callback function when broadcasted transaction is final.

Home Page:https://wharfkit.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The plugin should present a UI

aaroncox opened this issue · comments

My original idea for this plugin was that it would have a user interface component that displayed the progress towards finality of a transaction.

We do this when creating accounts in anchor, or recovering accounts, where after you perform the transaction it blocks user interaction until the transaction reaches a threshold of irreversibility. If the transaction fails irreversibility, we direct the user to try again.