Skip to content

have separate callbacks for 3 stages of transactions

dju requested to merge 3stageReact2TX into master

Feature Merge Request

Related Issue

closes #319 (closed)

Description of Feature

allows to react to four different tx-stages

  • published (txHash) => something
  • confirmation (statusOK, reciept) => doSomehting
  • confirmation (statusFAILED, receipt) => doSomethingElse
  • error (err) => set app on fire

Motivation and Context

this will allow us to change the ui once a tx has been submitted, e.g. when creating an assessment or to display a notification in case MM does not popup- but only shows a small '1' above it's icon


Edited by dju

Merge request reports