Sha256: 93fce560b0d9e2726c1637f41dac65b201eabf1803a7a16ec857ecde15dae47f
Contents?: true
Size: 721 Bytes
Versions: 48
Compression:
Stored size: 721 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct LedgerHeaderHistoryEntry # { # Hash hash; # LedgerHeader header; # # // reserved for future use # union switch (int v) # { # case 0: # void; # } # ext; # }; # # =========================================================================== module Stellar class LedgerHeaderHistoryEntry < XDR::Struct include XDR::Namespace autoload :Ext attribute :hash, Hash attribute :header, LedgerHeader attribute :ext, Ext end end
Version data entries
48 entries across 48 versions & 3 rubygems