Sha256: 814cc4c3ef7132572f7fb95bc3934a18a018c0304bd5412912d2b7db6b5ddd5f
Contents?: true
Size: 579 Bytes
Versions: 9
Compression:
Stored size: 579 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct # { # LedgerEntryChanges changes; # OperationMeta operations<>; # } # # =========================================================================== module Stellar class TransactionMeta class V0 < XDR::Struct attribute :changes, LedgerEntryChanges attribute :operations, XDR::VarArray[OperationMeta] end end end
Version data entries
9 entries across 9 versions & 2 rubygems