Posted on c/ElrondDevelopers 1 luc8284510116c/ElrondDevelopers 2 years ago Hello! Does anyone know any example of an app using transactionWatcher? Comment 1 Comments rar493349386 2years ago What example do you need? It's pretty straightforward to use: const transactionWatcher = new TransactionWatcher(this.proxy); const transactionOnNetwork: any = await transactionWatcher.awaitCompleted(transaction);
What example do you need? It's pretty straightforward to use: const transactionWatcher = new TransactionWatcher(this.proxy); const transactionOnNetwork: any = await transactionWatcher.awaitCompleted(transaction);