class RaftValidatingNotaryService : NotaryServiceA validating notary service operated by a group of mutually trusting parties, uses the Raft algorithm to achieve consensus.
| <init> |
RaftValidatingNotaryService(services: ServiceHubInternal, timestampChecker: TimestampChecker, uniquenessProvider: RaftUniquenessProvider)A validating notary service operated by a group of mutually trusting parties, uses the Raft algorithm to achieve consensus. |
| timestampChecker |
val timestampChecker: TimestampChecker |
| uniquenessProvider |
val uniquenessProvider: RaftUniquenessProvider |
| createFlow |
fun createFlow(otherParty: Party): ValidatingNotaryFlowImplement a factory that specifies the transaction commit flow for the notary service to use |
| type |
val type: ServiceType |