public class SimpleNotaryService
extends NotaryService
A simple Notary service that does not perform transaction validation
Modifier and Type | Class and Description |
---|---|
static class |
SimpleNotaryService.Companion |
Modifier and Type | Field and Description |
---|---|
static SimpleNotaryService.Companion |
Companion |
Constructor and Description |
---|
SimpleNotaryService(ServiceHubInternal services,
TimestampChecker timestampChecker,
UniquenessProvider uniquenessProvider)
A simple Notary service that does not perform transaction validation
|
Modifier and Type | Method and Description |
---|---|
NotaryFlow.Service |
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 SimpleNotaryService.Companion Companion
public SimpleNotaryService(ServiceHubInternal services, TimestampChecker timestampChecker, UniquenessProvider uniquenessProvider)
A simple Notary service that does not perform transaction validation
public NotaryFlow.Service createFlow(Party otherParty)
Implement a factory that specifies the transaction commit flow for the notary service to use
public TimestampChecker getTimestampChecker()
public UniquenessProvider getUniquenessProvider()