public 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.
public MockNetNotaryConfig(boolean validating,
@Nullable
com.typesafe.config.Config extraConfig,
@Nullable
java.lang.String className,
@Nullable
CordaX500Name serviceLegalName)
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.
public boolean getValidating()
@Nullable public com.typesafe.config.Config getExtraConfig()
@Nullable public java.lang.String getClassName()
@Nullable public CordaX500Name getServiceLegalName()