Sha256: cb6561a4c448e8a793c8aa2d416911048ce8eb79da8ded1ad0649a078f6b6f5a

Contents?: true

Size: 530 Bytes

Versions: 3

Compression:

Stored size: 530 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct
#       {
#           AccountID accountID;
#           uint64 lotID;
#       }
#
# ===========================================================================
module Stellar
  class LedgerKey
    class Participant < XDR::Struct
      attribute :account_id, AccountID
      attribute :lot_id,     Uint64
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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