Sha256: b91397c759bbc50cfadd652584e15290aa70870697967e9ddb764e19712d70d1
Contents?: true
Size: 539 Bytes
Versions: 2
Compression:
Stored size: 539 Bytes
Contents
# Automatically generated on 2015-04-26T19:13:29-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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.3 | generated/stellar/transaction_history_entry.rb |
stellar-base-0.0.2 | generated/stellar/transaction_history_entry.rb |