tuweni / org.apache.tuweni.devp2p / Peer / getEndpoint

getEndpoint

abstract fun getEndpoint(ifVerifiedOnOrAfter: Long): Endpoint? (source)

Get the endpoint for this peer, if it has been verified on or after a specified time.

Parameters

ifVerifiedOnOrAfter - the earliest time, in milliseconds since the epoch, when the endpoint of this peer must have been verified

Return
the endpoint of this peer, if it has been verified on or after the specified time