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

Optional Basetype #164

Closed mvandeberg closed 3 years ago

mvandeberg commented 3 years ago

In #163 I noticed that we are using opaque blocks with an empty variable blob to represent non-existence. Instead of using opaque in this way to represent null, we should simply add an optional base type. This was not as important early in development, but is extraordinarily useful when implementing RPC.

sgerbino commented 3 years ago

Usurped by #174.