net.corda.protocols / CashProtocolResult

CashProtocolResult

sealed class CashProtocolResult


Types

Failed class Failed : CashProtocolResult

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 : CashProtocolResult

Inheritors

Failed class Failed : CashProtocolResult

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 : CashProtocolResult