corda / net.corda.core.messaging / CordaRPCOps / notaryIdentities

notaryIdentities

abstract fun notaryIdentities(): List<Party>

Returns network's notary identities, assuming this will not change while the node is running.

Note that the identities are sorted based on legal name, and the ordering might change once new notaries are introduced.