object NotaryFlow
Client |
class Client : FlowLogic<List<WithKey>>
A flow to be used by a party for obtaining signature(s) from a NotaryService ascertaining the transaction timestamp is correct and none of its inputs have been used in another completed transaction. |
Service |
abstract class Service : FlowLogic<Void?>
A flow run by a notary service that handles notarisation requests. |