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