Sha256: cac029d200190bc01c1cecbd4e2a7760c0a4ef989ef7364109aefb4e7523a3f3
Contents?: true
Size: 584 Bytes
Versions: 8
Compression:
Stored size: 584 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: peer/chaincode_event.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("peer/chaincode_event.proto", :syntax => :proto3) do add_message "protos.ChaincodeEvent" do optional :chaincode_id, :string, 1 optional :tx_id, :string, 2 optional :event_name, :string, 3 optional :payload, :bytes, 4 end end end module Protos ChaincodeEvent = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("protos.ChaincodeEvent").msgclass end
Version data entries
8 entries across 8 versions & 1 rubygems