corda / net.corda.core.flows / NotaryFlow

NotaryFlow

class NotaryFlow

Types

Client

A flow to be used by a party for obtaining signature(s) from a NotaryService ascertaining the transaction time-window is correct and none of its inputs have been used in another completed transaction.

class Client : BackpressureAwareTimedFlow<List<TransactionSignature>>

Constructors

<init>

NotaryFlow()