-
|
Beta Was this translation helpful? Give feedback.
Answered by
ricmoo
Jul 19, 2023
Replies: 2 comments 3 replies
-
if I try to return and log confirmation number in listener function, it is returning some kind of function as a plain text.... |
Beta Was this translation helpful? Give feedback.
2 replies
-
THANKS ! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The number of confirmations is async, and confirmations is a method, so you can use
await receipt.confirmations()
to get the current number of confirmations.Does that make sense?