Lesson 8 13:25:43 - transactionReceipt declaration #2140
Answered
by
alymurtazamemon
bloomingFlower
asked this question in
Q&A
-
In this code..
where the |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Aug 28, 2022
Replies: 2 comments 3 replies
-
From here: provider.once(transactionResponse.hash, (transactionReceipt) => { It is a parameter in the anonymous function. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@bloomingFlower It is the result of that function passed to this parameter. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bloomingFlower
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@bloomingFlower It is the result of that function passed to this parameter.