class ValidatingNotaryService : NotaryServiceA Notary service that validates the transaction chain of he submitted transaction before committing it
| Type |
object Type : ServiceType |
| <init> |
ValidatingNotaryService(smm: StateMachineManager, net: MessagingService, timestampChecker: TimestampChecker, uniquenessProvider: UniquenessProvider, networkMapCache: NetworkMapCache)A Notary service that validates the transaction chain of he submitted transaction before committing it |
| logger |
val logger: <ERROR CLASS> |
| protocolFactory |
val protocolFactory: FactoryImplement 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 |