class SimpleNotaryService : NotaryServiceA 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): ServiceImplement a factory that specifies the transaction commit protocol for the notary service to use |
| type |
val type: ServiceType |