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 |
createProtocol |
fun createProtocol(otherParty: Party): ValidatingNotaryProtocol Implement a factory that specifies the transaction commit protocol for the notary service to use |
type |
val type: ServiceType |