findPeer abstract method
FindPeer searches for a peer with given ID, returns a peer.AddrInfo with relevant addresses.
Implementation
Future<AddrInfo?> findPeer(PeerId id, {RoutingOptions? options});
FindPeer searches for a peer with given ID, returns a peer.AddrInfo with relevant addresses.
Future<AddrInfo?> findPeer(PeerId id, {RoutingOptions? options});