Sha256: b91cfe283ba450d9c79ce00e49782e8109cf584ad6f370757e0e84c3fe54bf54
Contents?: true
Size: 484 Bytes
Versions: 45
Compression:
Stored size: 484 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; # } # # =========================================================================== module Stellar class LedgerHeader class Ext < XDR::Union switch_on XDR::Int, :v switch 0 end end end
Version data entries
45 entries across 45 versions & 3 rubygems