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