Expand description
Transaction state machine for TAP Node
This module implements a state machine for managing transaction lifecycle, including automatic state transitions and Settle message generation.
§Sub-modules
fsm: Formal finite state machine with explicit states, transitions, and decision points for the full transaction lifecycle.
Modules§
- fsm
- Transaction Finite State Machine (FSM)
Structs§
- Standard
Transaction Processor - Standard transaction state processor
Traits§
- Transaction
State Processor - Trait for processing transaction state changes