# Constants
FullNode represents full node capability type.
MaxCapabilities is the maximum number of capabilities per payload.
TCPServer represents TCP node capability type.
WSServer represents WebSocket node capability type.
# Structs
Capability describes network service available for node.
Node represents full node capability with start height.
Server represents TCP or WS server capability with port.