abstract suspend fun lookup(target: PublicKey): List<Peer>
Attempt to find a specific peer, or peers close to it.
target - the node-id to search for
target
Return a list of 16 peers, ordered by their distance to the target node-id.