class ValidatingNotaryService : NotaryService
A Notary service that validates the transaction chain of he submitted transaction before committing it
<init> |
ValidatingNotaryService(services: ServiceHubInternal, timestampChecker: TimestampChecker, uniquenessProvider: UniquenessProvider) A Notary service that validates the transaction chain of he submitted transaction before committing it |
timestampChecker |
val timestampChecker: TimestampChecker |
uniquenessProvider |
val uniquenessProvider: UniquenessProvider |
createFlow |
fun createFlow(otherParty: Party): ValidatingNotaryFlow Implement a factory that specifies the transaction commit flow for the notary service to use |
type |
val type: ServiceType |