Sha256: a7b0222f6290ba56e759794504bcdcfe7325cdfa4b6f501829e929b3cb7d62f0

Contents?: true

Size: 649 Bytes

Versions: 6

Compression:

Stored size: 649 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: mempool_status.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("mempool_status.proto", :syntax => :proto3) do
    add_enum "mempool.MempoolAddTransactionStatus" do
      value :Valid, 0
      value :InsufficientBalance, 1
      value :InvalidSeqNumber, 2
      value :MempoolIsFull, 3
      value :TooManyTransactions, 4
      value :InvalidUpdate, 5
    end
  end
end

module Mempool
  MempoolAddTransactionStatus = Google::Protobuf::DescriptorPool.generated_pool.lookup("mempool.MempoolAddTransactionStatus").enummodule
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
libra_client-0.1.6 proto-lib/mempool_status_pb.rb
libra_client-0.1.5 proto-lib/mempool_status_pb.rb
libra_client-0.1.3 proto-lib/mempool_status_pb.rb
libra_client-0.1.2 proto-lib/mempool_status_pb.rb
libra_client-0.1.1 proto-lib/mempool_status_pb.rb
libra_client-0.1.0 proto-lib/mempool_status_pb.rb