corda / net.corda.core.flows / NotaryFlow

NotaryFlow

class NotaryFlow

Types

Client

class Client : BackpressureAwareTimedFlow<List<TransactionSignature>>

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.

Constructors

<init>

NotaryFlow()

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.