corda / net.corda.flows / NotaryFlow

NotaryFlow

object NotaryFlow

Types

Client class Client : FlowLogic<WithKey>

A flow to be used by a party 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 abstract class Service : FlowLogic<Void?>

A flow run by a notary service that handles notarisation requests.