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

Show inheritance of contracts #2078

Open
Julius278 opened this issue Jul 12, 2024 · 0 comments
Open

Show inheritance of contracts #2078

Julius278 opened this issue Jul 12, 2024 · 0 comments
Labels
enhancement a feature request

Comments

@Julius278
Copy link
Contributor

Feature description_

in Web3J Java wrapper classes it would help to see, from which contract / wrapper class the wrapped contract inherits (extends, implements).

Or the other way around:
You are able to load an implemented contract by loading the abstract contract like:
Interface.load(contractAddress, ...)
but what you load is the implemented contract. Here it would be good to have a method to query the name of the implemented contract. Otherwise it could be any kind of implementation of the interface or abstract contract.

@Julius278 Julius278 added the enhancement a feature request label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement a feature request
Projects
None yet
Development

No branches or pull requests

1 participant