Sha256: cd7eccbc542096b7ba076ae58b2b9d57136c5b6228bb717308b2a2f32a557053
Contents?: true
Size: 819 Bytes
Versions: 8
Compression:
Stored size: 819 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: account_state_blob.proto require 'google/protobuf' require 'proof_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("account_state_blob.proto", :syntax => :proto3) do add_message "types.AccountStateBlob" do optional :blob, :bytes, 1 end add_message "types.AccountStateWithProof" do optional :version, :uint64, 1 optional :blob, :message, 2, "types.AccountStateBlob" optional :proof, :message, 3, "types.AccountStateProof" end end end module Types AccountStateBlob = Google::Protobuf::DescriptorPool.generated_pool.lookup("types.AccountStateBlob").msgclass AccountStateWithProof = Google::Protobuf::DescriptorPool.generated_pool.lookup("types.AccountStateWithProof").msgclass end
Version data entries
8 entries across 8 versions & 1 rubygems