OBJECT

AddrsAndPorts

link GraphQL Schema definition

  • type AddrsAndPorts {
  • externalIp: String!
  • bindIp: String!
  • discoveryPort: Int!
  • clientPort: Int!
  • libp2pPort: Int!
  • communicationPort: Int!
  • }