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

Use opaque rather than block_item blobs #122

Closed mvandeberg closed 3 years ago

mvandeberg commented 3 years ago

block_item contains a field for block_blob and block_receipt_blob.

Instead, I think those should be opaque< block > and opaque< block_receipt > as that is the type we created to be able to send blobs around that can be interacted with as structs.