class SimpleNotaryService : NotaryService
A simple Notary service that does not perform transaction validation
Type |
object Type : ServiceType |
<init> |
SimpleNotaryService(smm: StateMachineManager, net: MessagingService, timestampChecker: TimestampChecker, uniquenessProvider: UniquenessProvider, networkMapCache: NetworkMapCache) 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 |
smm |
val smm: StateMachineManager |
timestampChecker |
val timestampChecker: TimestampChecker |
uniquenessProvider |
val uniquenessProvider: UniquenessProvider |