object NotaryFlow
Client |
class Client : FlowLogic<WithKey>
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. |
Service |
class Service : FlowLogic<Unit>
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. |
SignRequest |
data class SignRequest |