| 1 | import 'package:cake_wallet/core/execution_state.dart'; |
| 2 | |
| 3 | class IsDeviceSigningResponseState extends IsExecutingState {} |
| 4 | |
| 5 | class IsAwaitingDeviceResponseState extends IsExecutingState {} |
| 6 | |
| 7 | class TransactionCommitting extends ExecutionState {} |
| 8 | |
| 9 | class TransactionCommitted extends ExecutionState {} |