corda / net.corda.testing.node / MockNetNotaryConfig

MockNetNotaryConfig

class MockNetNotaryConfig

MockNetNotaryConfig can be used to configure a node to be a notary via the mock network API. Internally this will be translated into a NotaryConfiguration and passed to the respective node.

Constructors

<init>

MockNetNotaryConfig(validating: Boolean, extraConfig: <ERROR CLASS>? = null, className: String? = null, serviceLegalName: <ERROR CLASS>? = null)

MockNetNotaryConfig can be used to configure a node to be a notary via the mock network API. Internally this will be translated into a NotaryConfiguration and passed to the respective node.

Properties

className

val className: String?

extraConfig

val extraConfig: <ERROR CLASS>?

serviceLegalName

val serviceLegalName: <ERROR CLASS>?

validating

val validating: Boolean