Expand description
Universal internet addresses that support IPv4, IPv6 and Tor
Structs§
- Inet
Socket Addr Ext - Internet socket address of
InetSocketAddr
type, extended with a transport-level protocol information (seeTransport
) - Local
Node - Local node, keeping its id and private key
- NoOnion
Support Error - Address type do not support ONION address format and can be used only with IPv4 or IPv6 addresses
- Node
Addr - Internet P2P node address.
- NodeId
- Internet P2P node id, represented by a public key of the node.
- Node
IdInvalid Pubkey - Node id contains invalid public key
- Partial
Node Addr - Internet P2P node address which may omit port number.
Enums§
- Addr
Parse Error - Errors during address string parse process
- Inet
Addr - A universal address covering IPv4, IPv6 and Tor in a single byte sequence of 32 bytes.
- Inet
Socket Addr - Internet socket address, which consists of
InetAddr
IP or Tor address and a port number (without protocol specification, i.e. TCP/UDP etc). If you need to include transport-level protocol information into the socket details, pls checkInetSocketAddrExt
- Node
Addr Parse Error - Errors parsing
NodeAddr
string representation - Partial
Socket Addr - A universal address covering IPv4, IPv6 and Tor in a single byte sequence of 32 bytes, which may contain optional port number part.
- Server
Addr - Server address representing connection to a remote or a local server over ZMQ protocol.
- Server
Addr Parse Error - Errors parsing
ServerAddr
string representation - Service
Addr - Address of microservice which may be local or remote; standalone process or a thread, connectable via ZMQ.
- Service
Addr Parse Error - Errors parsing
ServiceAddr
string representation - Transport
- Transport protocols that may be part of
InetSocketAddrExt