Sha256: 386e2561fe7d5b285b80cb6549941379353178cc332cbbaac7c856af56892b43
Contents?: true
Size: 622 Bytes
Versions: 8
Compression:
Stored size: 622 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: flow/legacy/entities/event.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("flow/legacy/entities/event.proto", :syntax => :proto3) do add_message "entities.Event" do optional :type, :string, 1 optional :transaction_id, :bytes, 2 optional :transaction_index, :uint32, 3 optional :event_index, :uint32, 4 optional :payload, :bytes, 5 end end end module Entities Event = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("entities.Event").msgclass end
Version data entries
8 entries across 8 versions & 1 rubygems