koinos / koinos-types

The Rosetta Stone of the Koinos ecosystem. Allows for the interpretation of Koinos data structures in a multitude of languages. Useful in the development of microservices, clients, and smart contracts.
MIT License
12 stars 3 forks source link

C++ Enums Reflection #94

Closed mvandeberg closed 3 years ago

mvandeberg commented 3 years ago

Enums are not being generated in all templates.

thunk_ids.hpp properly reflects enums, but not system_call_ids.hpp and classes.hpp

mvandeberg commented 3 years ago

Closed in #203