corda / net.corda.core.node / NotaryInfo

NotaryInfo

data class NotaryInfo

Data class storing information about notaries available in the network.

Constructors

<init>

NotaryInfo(identity: Party, validating: Boolean)

Data class storing information about notaries available in the network.

Properties

identity

val identity: Party

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

validating

val validating: Boolean

Indicates if the notary is validating.

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.