ADDR is used to join a mesh using an IP or DNS address.
from enum value: ADDR = 0;
MULTIADDR is used to join a mesh using a multiaddr.
from enum value: MULTIADDR = 1;
RENDEZVOUS is used to join a mesh using a rendezvous string.
from enum value: RENDEZVOUS = 2;
Generated using TypeDoc
AddrType is the type of join addresses included in the request.
Generated
from enum v1.ConnectionParameters.AddrType