Skip to main content

Documentation

Wallet Finite State Diagram
States and transitions are described in the text below

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 status set to DIS.

3

DIS

ACT

The client runs Update Wallet with status set to ACT.

4

ACT

CLO

The client runs Update Wallet with status set to CLO.

5

DIS

CLO

The client runs Update Wallet with status set to CLO.