Does provider.on return promise? #3903
Answered
by
ricmoo
daron4ever
asked this question in
Q&A
-
Hi, Does the provider.on return promise? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
ricmoo
Mar 15, 2023
Replies: 1 comment
-
Yes. The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
daron4ever
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. The
EventEmitterable
uses promises for all its methods.See: https://docs.ethers.org/v6/api/utils/events/