Replies: 1 comment 5 replies
-
Did you import the necessary packages? Let me know if you did, code below in case you did not:
|
Beta Was this translation helpful? Give feedback.
5 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.
-
Shameless copypasta from Discord:
I'm trying to confirm that one of the arguments included in the event emitted by my
fulfillRandomWords()
function is being assigned the correct tokenId, but I'm not sure how to reference it >.>Here's fulfillRandomWords:
Here's the test I've tried to write so far >.>
You can see, I hope, that I'm trying to confirm the event arguments? I think I doubled up on my requestNft() call? >.>
Currently I'm getting the error
TypeError: Cannot read properties of undefined reading 'emit')
I dunno, any insight is appreciated greatly.
Beta Was this translation helpful? Give feedback.
All reactions