Mock Net Notary Config
class MockNetNotaryConfig(val validating: Boolean, val extraConfig: <Error class: unknown class>? = null, val className: String? = null, val serviceLegalName: CordaX500Name? = 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.
Constructors
Link copied to clipboard
constructor(validating: Boolean, extraConfig: <Error class: unknown class>? = null, className: String? = null, serviceLegalName: CordaX500Name? = null)