NotaryInfo

data class NotaryInfo(val identity: Party, val validating: Boolean)

Data class storing information about notaries available in the network.

Constructors

Link copied to clipboard
constructor(identity: Party, validating: Boolean)

Properties

Link copied to clipboard

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

Link copied to clipboard

Indicates if the notary is validating.