public class NotaryFlow
Modifier and Type | Class and Description |
---|---|
static class |
NotaryFlow.Client
A flow to be used for obtaining a signature from a NotaryService ascertaining the transaction
timestamp is correct and none of its inputs have been used in another completed transaction.
|
static class |
NotaryFlow.Result |
static class |
NotaryFlow.Service
Checks that the timestamp command is valid (if present) and commits the input state, or returns a conflict
if any of the input states have been previously committed.
|
static class |
NotaryFlow.SignRequest |
Modifier and Type | Field and Description |
---|---|
static NotaryFlow |
INSTANCE |
public static NotaryFlow INSTANCE