Sha256: 50a5c34430807a9dd43cbccfd43722e4d302417f9fdecc291135946e3e316ff2

Contents?: true

Size: 909 Bytes

Versions: 8

Compression:

Stored size: 909 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: flow/legacy/entities/block.proto

require 'google/protobuf'

require 'google/protobuf/timestamp_pb'
require 'flow/legacy/entities/collection_pb'
require 'flow/legacy/entities/block_seal_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("flow/legacy/entities/block.proto", :syntax => :proto3) do
    add_message "entities.Block" do
      optional :id, :bytes, 1
      optional :parent_id, :bytes, 2
      optional :height, :uint64, 3
      optional :timestamp, :message, 4, "google.protobuf.Timestamp"
      repeated :collection_guarantees, :message, 5, "entities.CollectionGuarantee"
      repeated :block_seals, :message, 6, "entities.BlockSeal"
      repeated :signatures, :bytes, 7
    end
  end
end

module Entities
  Block = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("entities.Block").msgclass
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
flow_client-0.2.3 lib/flow/legacy/entities/block_pb.rb
flow_client-0.2.3-arm64-darwin-21 lib/flow/legacy/entities/block_pb.rb
flow_client-0.2.2 lib/flow/legacy/entities/block_pb.rb
flow_client-0.2.1 lib/flow/legacy/entities/block_pb.rb
flow_client-0.2.0 lib/flow/legacy/entities/block_pb.rb
flow_client-0.1.2 lib/flow/legacy/entities/block_pb.rb
flow_client-0.1.1 lib/flow/legacy/entities/block_pb.rb
flow_client-0.1.0 lib/flow/legacy/entities/block_pb.rb