class SimpleNotaryService : NotaryService
A simple Notary service that does not perform transaction validation
<init> |
SimpleNotaryService(services: ServiceHubInternal, timestampChecker: TimestampChecker, uniquenessProvider: UniquenessProvider) A simple Notary service that does not perform transaction validation |
timestampChecker |
val timestampChecker: TimestampChecker |
uniquenessProvider |
val uniquenessProvider: UniquenessProvider |
createProtocol |
fun createProtocol(otherParty: Party): Service Implement a factory that specifies the transaction commit protocol for the notary service to use |
type |
val type: ServiceType |