Sha256: c0a8f40703fcdc26eda13c7fb6e00c92275cfe1435bb127edd232e18269b3964
Contents?: true
Size: 667 Bytes
Versions: 8
Compression:
Stored size: 667 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: flow/legacy/entities/block_header.proto require 'google/protobuf' require 'google/protobuf/timestamp_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("flow/legacy/entities/block_header.proto", :syntax => :proto3) do add_message "entities.BlockHeader" do optional :id, :bytes, 1 optional :parent_id, :bytes, 2 optional :height, :uint64, 3 optional :timestamp, :message, 4, "google.protobuf.Timestamp" end end end module Entities BlockHeader = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("entities.BlockHeader").msgclass end
Version data entries
8 entries across 8 versions & 1 rubygems