Skip to main content

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:

  1. de-compress the object using LZ4 library
  2. decode the content using appropriate schema from streaming_protobuf project