Sha256: 43d067a03ee28191c8690fada8d53fd69015b9c4cdbcbeb350823fd56a6a3fac
Contents?: true
Size: 520 Bytes
Versions: 32
Compression:
Stored size: 520 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # union SCPHistoryEntry switch (int v) # { # case 0: # SCPHistoryEntryV0 v0; # }; # # =========================================================================== module Stellar class SCPHistoryEntry < XDR::Union switch_on XDR::Int, :v switch 0, :v0 attribute :v0, SCPHistoryEntryV0 end end
Version data entries
32 entries across 32 versions & 2 rubygems