Closed poka-IT closed 8 months ago
I am currently experiencing an issue with handling transaction errors in your library. Specifically, I'm unable to catch errors for transactions.
await author.submitAndWatchExtrinsic(srExtrinsic, (data) => log.d('From here: ${data.type} - ${data.value}'));
The problem is that data always indicates a successful blockchain submission, even when the extrinsic fails. Is there a recommended way to catch and handle these transaction errors using your library?
I am currently experiencing an issue with handling transaction errors in your library. Specifically, I'm unable to catch errors for transactions.
The problem is that data always indicates a successful blockchain submission, even when the extrinsic fails. Is there a recommended way to catch and handle these transaction errors using your library?