corda / net.corda.core.flows / FlowRecoveryQuery

FlowRecoveryQuery

data class FlowRecoveryQuery

Constructors

<init>

FlowRecoveryQuery(timeframe: FlowTimeWindow? = null, initiatedBy: List<CordaX500Name>? = null, counterParties: List<CordaX500Name>? = null)

Properties

counterParties

val counterParties: List<CordaX500Name>?

initiatedBy

val initiatedBy: List<CordaX500Name>?

timeframe

val timeframe: FlowTimeWindow?