sealed class CashProtocolResult| Failed |
class Failed : CashProtocolResultState 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 |
| Failed |
class Failed : CashProtocolResultState 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 |