requestNft func. declaration error? #647
Answered
by
mattjaf
valentinfernandez1
asked this question in
Q&A
-
In lesson 14, while creating the randomIpfsNft i noticed that in the github repo the function requestNft() has
Is there something else i'm missing or is this just an error. |
Beta Was this translation helpful? Give feedback.
Answered by
mattjaf
Jun 29, 2022
Replies: 1 comment
-
are you getting an error when compiling? It defines the return variable in the function signature
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PatrickAlphaC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
are you getting an error when compiling?
It defines the return variable in the function signature
returns (uint256 requestId)
its pretty much the same thing as