Sha256: 4573233436f78e4ff75bcba8a1fef0eb8d6e41d92ce7bdc3869d5e685c0b6082
Contents?: true
Size: 752 Bytes
Versions: 16
Compression:
Stored size: 752 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct TopologyResponseBody # { # PeerStatList inboundPeers; # PeerStatList outboundPeers; # # uint32 totalInboundPeerCount; # uint32 totalOutboundPeerCount; # }; # # =========================================================================== module Stellar class TopologyResponseBody < XDR::Struct attribute :inbound_peers, PeerStatList attribute :outbound_peers, PeerStatList attribute :total_inbound_peer_count, Uint32 attribute :total_outbound_peer_count, Uint32 end end
Version data entries
16 entries across 16 versions & 1 rubygems