open fun startNotaryCluster(notaryName: String, clusterSize: Int, type: ServiceType): Unit
Starts a distributed notary cluster.
notaryName
- The legal name of the advertised distributed notary service.clusterSize
- Number of nodes to create for the cluster.type
- The advertised notary service type. Currently the only supported type is RaftValidatingNotaryService.type.