You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got a recommendation today that it'd be nice if this finality "monitor" (or whatever we're calling this one) could somehow emit events to the frontend related to finality, so that the app could then handle those results in their own UI.
I don't know the structure of how we relay these events back to the app, but I imagine every time we call get_transaction_status we can relay that info back to the app. Then when the finality threshold is reached, we call the callback like it does now.
The text was updated successfully, but these errors were encountered:
Got a recommendation today that it'd be nice if this finality "monitor" (or whatever we're calling this one) could somehow emit events to the frontend related to finality, so that the app could then handle those results in their own UI.
I don't know the structure of how we relay these events back to the app, but I imagine every time we call get_transaction_status we can relay that info back to the app. Then when the finality threshold is reached, we call the callback like it does now.
The text was updated successfully, but these errors were encountered: