Class TopologyResponseBodyV0

java.lang.Object
org.stellar.sdk.xdr.TopologyResponseBodyV0

public class TopologyResponseBodyV0 extends Object
TopologyResponseBodyV0's original definition in the XDR file is:
 struct TopologyResponseBodyV0
 {
     PeerStatList inboundPeers;
     PeerStatList outboundPeers;

     uint32 totalInboundPeerCount;
     uint32 totalOutboundPeerCount;
 };