Protobuf Format
Object is encoded using protobuf schema and compressed with lz4 utility.
Protobuf schema is defined at the streaming_protobuf project according to the blockchain type.
Refer to the blockchain sections for the exact mapping of different types of the blockchain.
To decode the file content you have to:
- de-compress the object using LZ4 library
- decode the content using appropriate schema from streaming_protobuf project