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

Add optional support #174

Closed sgerbino closed 3 years ago

sgerbino commented 3 years ago

As a Koinos engineer, I would like to support optional members in all languages.

Note: We want to support behavior similar to std::optional<> in C++ for koinos-types.