Sha256: bec6cc6ff68b89db33fea385d0339392fcda701ff69e41eba10c8e29950bbbcd

Contents?: true

Size: 743 Bytes

Versions: 48

Compression:

Stored size: 743 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct TransactionHistoryEntry
#   {
#       uint32 ledgerSeq;
#       TransactionSet txSet;
#   
#       // reserved for future use
#       union switch (int v)
#       {
#       case 0:
#           void;
#       }
#       ext;
#   };
#
# ===========================================================================
module Stellar
  class TransactionHistoryEntry < XDR::Struct
    include XDR::Namespace

    autoload :Ext

    attribute :ledger_seq, Uint32
    attribute :tx_set,     TransactionSet
    attribute :ext,        Ext
  end
end

Version data entries

48 entries across 48 versions & 3 rubygems

Version Path
stellar-base-0.32.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.31.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.30.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.29.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.28.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.27.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.26.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.25.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.24.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.24.0.pre.1 generated/stellar/transaction_history_entry.rb
stellar-base-0.23.1 generated/stellar/transaction_history_entry.rb
stellar-base-0.23.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.23.0.rc2 generated/stellar/transaction_history_entry.rb
stellar-base-0.23.0.rc1 generated/stellar/transaction_history_entry.rb
stellar-base-0.23.0.pre1 generated/stellar/transaction_history_entry.rb
stellar-base-0.22.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.21.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.20.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.19.0 generated/stellar/transaction_history_entry.rb
stellar-base-0.18.0 generated/stellar/transaction_history_entry.rb