@CordaInternal data class ExtraConstructorArgs
<init> |
ExtraConstructorArgs(txIds: Collection<SecureHash>, flowIds: Collection<StateMachineRunId>, matchingCriteria: FlowRecoveryQuery?, forceRecover: Boolean, recoverAll: Boolean, forceRecoverFlowIds: Collection<StateMachineRunId>) |
flowIds |
val flowIds: Collection<StateMachineRunId> |
forceRecover |
val forceRecover: Boolean |
forceRecoverFlowIds |
val forceRecoverFlowIds: Collection<StateMachineRunId> |
matchingCriteria |
val matchingCriteria: FlowRecoveryQuery? |
recoverAll |
val recoverAll: Boolean |
txIds |
val txIds: Collection<SecureHash> |