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
following compiles
# main.vy import ITest implements: ITest @external @view def c() -> uint256: return 1 # ITest.vyi c: public(constant(uint256)) = 32
also, as mentioned in: #3978 (comment), the interface can declare a var in transient, and it can end up being implemented as a regular function
transient
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version Information
vyper --version
): 063f190What's your issue about?
following compiles
also, as mentioned in: #3978 (comment), the interface can declare a var in
transient
, and it can end up being implemented as a regular functionThe text was updated successfully, but these errors were encountered: