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

Add internal types to ABI output #2835

Open
fubuloubu opened this issue May 2, 2022 · 0 comments
Open

Add internal types to ABI output #2835

fubuloubu opened this issue May 2, 2022 · 0 comments

Comments

@fubuloubu
Copy link
Member

Solidity will add the field internalType to ABI Types where there is a difference between the ABI encoding type (such as uint256, tuple, etc.) and the internal type that the compiler uses (such as uint, struct MyStruct, etc.)

Downstream tooling might be able to leverage these internal types for display purposes, which makes working with Vyper slightly nicer.

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

No branches or pull requests

1 participant