Sha256: a9e722ed61a99d5d35bd79c156793140e1e93718cb384d2899eeb309fbebb165
Contents?: true
Size: 640 Bytes
Versions: 9
Compression:
Stored size: 640 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # union TransactionMeta switch (int v) # { # case 0: # struct # { # LedgerEntryChanges changes; # OperationMeta operations<>; # } v0; # }; # # =========================================================================== module Stellar class TransactionMeta < XDR::Union include XDR::Namespace autoload :V0 switch_on XDR::Int, :v switch 0, :v0 attribute :v0, V0 end end
Version data entries
9 entries across 9 versions & 2 rubygems