We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vyper --version
0.4.1b2+commit.5ff57c53a
struct S: u: uint256 @external @view def foo(a:uint256=10) -> S: ...
with -f external_interface
-f external_interface
# External Interfaces interface Ifile: def foo(a: uint256) -> S: view
ie we are missing the struct definition
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered:
originally reported in #4290 (comment)
Sorry, something went wrong.
verify the repr also for other types, not just structs (flags, interfaces,..)
No branches or pull requests
Version Information
vyper --version
):0.4.1b2+commit.5ff57c53a
What's your issue about?
with
-f external_interface
ie we are missing the struct definition
How can it be fixed?
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered: