Wallet Finite State Diagram
States:
ACT - Active (initial)
CLO - Closed (final)
DIS - Disabled
Transitions:
Transition number | Start state | End state | Description |
---|---|---|---|
1 | Start | ACT | The client runs Create Wallet. |
2 | ACT | DIS | The client runs Update Wallet with |
3 | DIS | ACT | The client runs Update Wallet with |
4 | ACT | CLO | The client runs Update Wallet with |
5 | DIS | CLO | The client runs Update Wallet with |