MockNetworkNotarySpec

data class MockNetworkNotarySpec constructor(val name: CordaX500Name, val validating: Boolean = true)

The spec for a notary which will used by the MockNetwork to automatically start a notary node. This notary will become part of the network parameters used by all the nodes.

Constructors

Link copied to clipboard
constructor(name: CordaX500Name, validating: Boolean = true, className: String? = null)
constructor(name: CordaX500Name, validating: Boolean = true)

Properties

Link copied to clipboard

String the optional name of a notary service class to load. If null, a builtin notary is loaded.

Link copied to clipboard

The name of the notary node.

Link copied to clipboard
val validating: Boolean = true

Boolean for whether the notary is validating or non-validating.