Class TopologyResponseBodyV0

java.lang.Object
org.stellar.sdk.xdr.TopologyResponseBodyV0
All Implemented Interfaces:
XdrElement

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

     uint32 totalInboundPeerCount;
     uint32 totalOutboundPeerCount;
 };