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 shouldn't require a callback

aaroncox opened this issue · comments

A developer should be able to include this plugin into their projects and all it does is displays the status of finality (see: #4).

The callback should be optional, and should be able to determine whether it succeeded or not (using maybe something like onSuccess and onFailure).