Lesson 10: Why do we need to parse tx
in the handleNewNotification()
function while it has no parameter at all
#2152
-
I'm quite confusing why do we need to parse |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Aug 29, 2022
Replies: 1 comment
-
@Sotatek-DuongPhan It is optional, if you want information about your transaction in the Notification (frontend) then you need to pass it here and get the info from it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Sotatek-DuongPhan It is optional, if you want information about your transaction in the Notification (frontend) then you need to pass it here and get the info from it.