MockNetworkNotarySpec

data class MockNetworkNotarySpec constructor(val name: <Error class: unknown class>, 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: <Error class: unknown class>, validating: Boolean = true, className: String? = null)
constructor(name: <Error class: unknown class>, 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
val name: <Error class: unknown class>

The name of the notary node.

Link copied to clipboard
val validating: Boolean = true

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