Sha256: 52d1f6da9832b795db27d74f76b1b120716c8e6476c8689d74ffa8889cec4aab
Contents?: true
Size: 783 Bytes
Versions: 8
Compression:
Stored size: 783 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: flow/legacy/entities/collection.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("flow/legacy/entities/collection.proto", :syntax => :proto3) do add_message "entities.Collection" do optional :id, :bytes, 1 repeated :transaction_ids, :bytes, 2 end add_message "entities.CollectionGuarantee" do optional :collection_id, :bytes, 1 repeated :signatures, :bytes, 2 end end end module Entities Collection = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("entities.Collection").msgclass CollectionGuarantee = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("entities.CollectionGuarantee").msgclass end
Version data entries
8 entries across 8 versions & 1 rubygems