AddrInfo constructor

AddrInfo(
  1. PeerId id,
  2. List<MultiAddr> addrs
)

Creates a new AddrInfo with the given peer ID and addresses

Implementation

AddrInfo(this.id, this.addrs);