Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERC721 interface function declaration #8 #23

Closed
wants to merge 3 commits into from

Conversation

Ansh-Agrawal1817
Copy link

Resolved #8
Added external visibility keyword in the function so that it can be used outside of the contract.
Screenshot 2024-03-15 at 5 30 05 PM

@Ansh-Agrawal1817
Copy link
Author

The external keyword signals that the function can only be called from outside the implementing contract.
These external functions become the points of interaction for other contracts or users to interact with a contract adhering to the interface.

@TechWizard9999
Copy link
Contributor

@Ansh-Agrawal1817
Nice Work!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERC721 interface function declaration
2 participants