Sha256: 0e535841ff04ac7ccacbbf916c2874a16f7bd508cc83264100e10808cdb357a6

Contents?: true

Size: 539 Bytes

Versions: 11

Compression:

Stored size: 539 Bytes

Contents

# Automatically generated on 2015-05-13T15:00:04-07:00
# DO NOT EDIT or your changes may be overwritten
        
require 'xdr'

# === xdr source ============================================================
#
#   struct TransactionHistoryEntry
#   {
#       uint32 ledgerSeq;
#       TransactionSet txSet;
#   };
#
# ===========================================================================
module Stellar
  class TransactionHistoryEntry < XDR::Struct
    attribute :ledger_seq, Uint32
    attribute :tx_set,     TransactionSet
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
stellar-base-0.0.18 generated/stellar/transaction_history_entry.rb
stellar-base-0.0.17 generated/stellar/transaction_history_entry.rb
stellar-base-0.0.16 generated/stellar/transaction_history_entry.rb
stellar-base-0.0.15 generated/stellar/transaction_history_entry.rb
stellar-base-0.0.14 generated/stellar/transaction_history_entry.rb
stellar-base-0.0.13 generated/stellar/transaction_history_entry.rb
stellar-base-0.0.12 generated/stellar/transaction_history_entry.rb
stellar-base-0.0.11 generated/stellar/transaction_history_entry.rb
stellar-base-0.0.10 generated/stellar/transaction_history_entry.rb
stellar-base-0.0.9 generated/stellar/transaction_history_entry.rb
stellar-base-0.0.8 generated/stellar/transaction_history_entry.rb