corda / net.corda.core.node.services / NetworkMapCacheBase / isValidatingNotary

isValidatingNotary

abstract fun isValidatingNotary(party: Party): Boolean

Returns true if and only if the given Party is validating notary. For every party that is a validating notary, isNotary is also true.

See Also

isNotary