corda / net.corda.core.messaging / CordaRPCOps / notaryPartyFromX500Name

notaryPartyFromX500Name

abstract fun notaryPartyFromX500Name(x500Name: CordaX500Name): Party?

Get a notary identity by name.

Return
the notary identity, or null if there is no notary by that name. Note that this will return null if there is a peer with that name but they are not a recognised notary service.