vyperlang / vyper

Pythonic Smart Contract Language for the EVM
https://vyperlang.org
Other
4.83k stars 789 forks source link

Constants Cannot Be Imported From .vyi Files #3991

Closed cyberthirst closed 3 weeks ago

cyberthirst commented 3 months ago

Version Information

Constants cannot be imported from .vyi interface files. This behavior would be useful as one would usually want this for types dependent on some value (for example a static array with some length).

credits: @trocher

charles-cooper commented 3 weeks ago

closing in favor of #4176