Sha256: 39c46e2c084de4493ecd3d0b2cddf5f41a2ae1fa1ced22e93bc4700950c6dc75

Contents?: true

Size: 901 Bytes

Versions: 8

Compression:

Stored size: 901 Bytes

Contents

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

require 'google/protobuf'

require 'google/protobuf/timestamp_pb'
require 'flow/entities/collection_pb'
require 'flow/entities/block_seal_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("flow/entities/block.proto", :syntax => :proto3) do
    add_message "flow.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, "flow.entities.CollectionGuarantee"
      repeated :block_seals, :message, 6, "flow.entities.BlockSeal"
      repeated :signatures, :bytes, 7
    end
  end
end

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

Version data entries

8 entries across 8 versions & 1 rubygems

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