corda / net.corda.flows / CashFlowResult

CashFlowResult

sealed class CashFlowResult

Types

Failed class Failed : CashFlowResult

State indicating the action undertaken failed, either directly (it is not something which requires a state machine), or before a state machine was started.

Success class Success : CashFlowResult

Inheritors

Failed class Failed : CashFlowResult

State indicating the action undertaken failed, either directly (it is not something which requires a state machine), or before a state machine was started.

Success class Success : CashFlowResult