Type for TransactionResponse .wait() REJECTION #3711
Unanswered
anarkrypto
asked this question in
Q&A
Replies: 1 comment
-
In v5, there is no type for it, but in v6 you can use the Here are the docs on it: https://docs.ethers.org/v6-beta/api/utils/errors/#isError |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When a Signer sends a transaction, the TransactionResponse object has a .wait() method. Currently that method rejects with a code (CALL_EXCEPTION), reason, transactionHash, transaction, receipt, line, column, sourceURL
Can I import the typescript interface for this from ethers.js ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions