Sha256: 32986c16e33be716f8156f9019e7a35b7454fef3860ed518a929cbab4f4a9a09

Contents?: true

Size: 597 Bytes

Versions: 22

Compression:

Stored size: 597 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct TransactionSet
#   {
#       Hash previousLedgerHash;
#       TransactionEnvelope txs<MAX_TX_PER_LEDGER>;
#   };
#
# ===========================================================================
module Stellar
  class TransactionSet < XDR::Struct
    attribute :previous_ledger_hash, Hash
    attribute :txs,                  XDR::VarArray[TransactionEnvelope, MAX_TX_PER_LEDGER]
  end
end

Version data entries

22 entries across 22 versions & 3 rubygems

Version Path
stellar-base-0.11.0 generated/stellar/transaction_set.rb
auction-ruby-base-0.1.3 generated/stellar/transaction_set.rb
auction-ruby-base-0.1.2 generated/stellar/transaction_set.rb
auction-ruby-base-0.1.1 generated/stellar/transaction_set.rb
stellar-base-0.10.0 generated/stellar/transaction_set.rb
stellar-base-0.9.0 generated/stellar/transaction_set.rb
stellar-base-0.8.0 generated/stellar/transaction_set.rb
stellar-base-0.7.0 generated/stellar/transaction_set.rb
stellar-base-0.6.1 generated/stellar/transaction_set.rb
stellar-base-0.6.0 generated/stellar/transaction_set.rb
stellar-base-0.5.0 generated/stellar/transaction_set.rb
stellar-base-0.4.0 generated/stellar/transaction_set.rb
open-core-0.3.0 generated/stellar/transaction_set.rb
stellar-base-0.3.0 generated/stellar/transaction_set.rb
stellar-base-0.2.0 generated/stellar/transaction_set.rb
stellar-base-0.1.4 generated/stellar/transaction_set.rb
stellar-base-0.1.3 generated/stellar/transaction_set.rb
stellar-base-0.1.2 generated/stellar/transaction_set.rb
stellar-base-0.1.1 generated/stellar/transaction_set.rb
stellar-base-0.1.0 generated/stellar/transaction_set.rb