Sha256: 43114356eb1a35b1cff88c1a3e06e6e5e3dc87597ea4baab2aa3a1aba0c4efa5

Contents?: true

Size: 902 Bytes

Versions: 3

Compression:

Stored size: 902 Bytes

Contents

# This code was automatically generated using xdrgen
# DO NOT EDIT or your changes may be overwritten

require 'xdr'

# === xdr source ============================================================
#
#   struct ParticipantEntry
#   {
#       AccountID accountID;
#       uint64 lotID;
#       uint32 state;
#       uint64 bestBid;
#       uint32 bestBidSeq;
#   
#       // reserved for future use
#       union switch (int v)
#       {
#       case 0:
#       void;
#       }
#       ext;
#   };
#
# ===========================================================================
module Stellar
  class ParticipantEntry < XDR::Struct
    include XDR::Namespace

    autoload :Ext

    attribute :account_id,   AccountID
    attribute :lot_id,       Uint64
    attribute :state,        Uint32
    attribute :best_bid,     Uint64
    attribute :best_bid_seq, Uint32
    attribute :ext,          Ext
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
auction-ruby-base-0.1.3 generated/stellar/participant_entry.rb
auction-ruby-base-0.1.2 generated/stellar/participant_entry.rb
auction-ruby-base-0.1.1 generated/stellar/participant_entry.rb