Sha256: 30b48ba2ddd7c7b8b6f1d29f721822509c9954128cfa9cdad34cea8f6496d86c
Contents?: true
Size: 681 Bytes
Versions: 16
Compression:
Stored size: 681 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct TransactionResultMeta # { # TransactionResultPair result; # LedgerEntryChanges feeProcessing; # TransactionMeta txApplyProcessing; # }; # # =========================================================================== module Stellar class TransactionResultMeta < XDR::Struct attribute :result, TransactionResultPair attribute :fee_processing, LedgerEntryChanges attribute :tx_apply_processing, TransactionMeta end end
Version data entries
16 entries across 16 versions & 1 rubygems