Closed itsabinashb closed 1 year ago
Hello!
Sometimes, the watcher
is informed that the transaction is complete, but the events might still be missing at that very moment.
You can set a patienceMilliseconds
parameter when creating the watcher.
watcher = new TransactionWatcher(provider, { patienceMilliseconds: 8000 });
Additionally, you can also switch to using an ApiNetworkProvider
(instead of a ProxyNetworkProvider
) and connect it to https://devnet-gateway.multiversx.com
.
For reference:
Let us know how it goes :pray:
Hi, thanks for your reply, i just removed this line:const tx2Outcome = parser.parseSetSpecialRole(tx2OnNetwork);
and i worked.
Hi, i am having a issue related to
parseSetSpecialRole()
. This is how i am doing the transaction:The error i got :
But the strange thing is my transaction is showing successful for special role setting, please see here: https://devnet-explorer.multiversx.com/transactions/dace5af85aa70a861426d98a0292e794571f640726587851fca95acd74ac86d7
The log: Please help me on this.