public class ValidatingNotaryService
extends NotaryService
A Notary service that validates the transaction chain of he submitted transaction before committing it
Modifier and Type | Class and Description |
---|---|
static class |
ValidatingNotaryService.Companion |
Modifier and Type | Field and Description |
---|---|
static ValidatingNotaryService.Companion |
Companion |
Constructor and Description |
---|
ValidatingNotaryService(ServiceHubInternal services,
TimestampChecker timestampChecker,
UniquenessProvider uniquenessProvider)
A Notary service that validates the transaction chain of he submitted transaction before committing it
|
Modifier and Type | Method and Description |
---|---|
ValidatingNotaryFlow |
createFlow(Party otherParty)
Implement a factory that specifies the transaction commit flow for the notary service to use
|
TimestampChecker |
getTimestampChecker() |
UniquenessProvider |
getUniquenessProvider() |
createFlow
toToken
toToken
public static ValidatingNotaryService.Companion Companion
public ValidatingNotaryService(ServiceHubInternal services, TimestampChecker timestampChecker, UniquenessProvider uniquenessProvider)
A Notary service that validates the transaction chain of he submitted transaction before committing it
public ValidatingNotaryFlow createFlow(Party otherParty)
Implement a factory that specifies the transaction commit flow for the notary service to use
public TimestampChecker getTimestampChecker()
public UniquenessProvider getUniquenessProvider()