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

Version Path
libra_client-0.2.1 proto-lib/account_state_blob_pb.rb
libra_client-0.1.7 proto-lib/account_state_blob_pb.rb
libra_client-0.1.6 proto-lib/account_state_blob_pb.rb
libra_client-0.1.5 proto-lib/account_state_blob_pb.rb
libra_client-0.1.3 proto-lib/account_state_blob_pb.rb
libra_client-0.1.2 proto-lib/account_state_blob_pb.rb
libra_client-0.1.1 proto-lib/account_state_blob_pb.rb
libra_client-0.1.0 proto-lib/account_state_blob_pb.rb