class SimpleNotaryService : NotaryService
A simple Notary service that does not perform transaction validation
Type |
object Type : ServiceType |
<init> |
SimpleNotaryService(services: ServiceHubInternal, timestampChecker: TimestampChecker, uniquenessProvider: UniquenessProvider) A simple Notary service that does not perform transaction validation |
logger |
val logger: <ERROR CLASS> |
protocolFactory |
val protocolFactory: DefaultFactory Implement a factory that specifies the transaction commit protocol for the notary service to use |
timestampChecker |
val timestampChecker: TimestampChecker |
uniquenessProvider |
val uniquenessProvider: UniquenessProvider |