Skip to main content

Module state_machine

Module state_machine 

Source
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§

StandardTransactionProcessor
Standard transaction state processor

Traits§

TransactionStateProcessor
Trait for processing transaction state changes