corda / net.corda.core.node / NotaryInfo

NotaryInfo

data class NotaryInfo

Data class storing information about notaries available in the network.

Constructors

<init>

Data class storing information about notaries available in the network.

NotaryInfo(identity: Party, validating: Boolean)

Properties

identity

Identity of the notary (note that it can be an identity of the distributed node).

val identity: Party

validating

Indicates if the notary is validating.

val validating: Boolean