-
Notifications
You must be signed in to change notification settings - Fork 30
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
Singletons without structs do not generate tables in the ABI #155
Comments
A little more information. The For instance, adding this to the
|
currently |
It seems that unless you use a struct within a
singleton
it does not generatetables:[]
in the ABI.Doing something like this in the code leads to an empty
tables
array.abi output:
However, if you do something like this, then the table shows up.
abi output:
The text was updated successfully, but these errors were encountered: