com.r3corda.node.services.transactions / ValidatingNotaryService

ValidatingNotaryService

class ValidatingNotaryService : NotaryService

A Notary service that validates the transaction chain of he submitted transaction before committing it



Constructors

<init> ValidatingNotaryService(services: ServiceHubInternal, timestampChecker: TimestampChecker, uniquenessProvider: UniquenessProvider)

A Notary service that validates the transaction chain of he submitted transaction before committing it

Properties

timestampChecker val timestampChecker: TimestampChecker
uniquenessProvider val uniquenessProvider: UniquenessProvider

Functions

createProtocol fun createProtocol(otherParty: Party): ValidatingNotaryProtocol

Implement a factory that specifies the transaction commit protocol for the notary service to use

Companion Object Properties

type val type: ServiceType