Sha256: 4da6586679befb9bf15039f171ecef6206de136483f13ea2c9170a4a1bcf07f2
Contents?: true
Size: 602 Bytes
Versions: 10
Compression:
Stored size: 602 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # union switch (int v) # { # case 0: # void; # case 1: # LedgerEntryExtensionV1 v1; # } # # =========================================================================== module Stellar class LedgerEntry class Ext < XDR::Union switch_on XDR::Int, :v switch 0 switch 1, :v1 attribute :v1, LedgerEntryExtensionV1 end end end
Version data entries
10 entries across 10 versions & 1 rubygems