Sha256: 2ba4e6c4b5e2c050e27955805f4824e21da601da110ae229e893283f55f40f89
Contents?: true
Size: 484 Bytes
Versions: 28
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 AccountEntry class Ext < XDR::Union switch_on XDR::Int, :v switch 0 end end end
Version data entries
28 entries across 28 versions & 3 rubygems