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