State transition.
Transition methods take inputs and generate a new immutable state by applying an Update to the current state.
The state type
The transition input parameters as a readonly tuple
State transition.
Transition methods take inputs and generate a new immutable state by applying an Update to the current state.