corda / net.corda.core.messaging / CordaRPCOps / nodeInfoFromParty

nodeInfoFromParty

abstract fun nodeInfoFromParty(party: AbstractParty): NodeInfo?

Returns a node's info from the network map cache, where known. Notice that when there are more than one node for a given name (in case of distributed services) first service node found will be returned.

Return
the node info if available.