Skip to main content

State Transition

Definition

A State Transition refers to the change from one state to another within a system, particularly in the context of computational processes or data structures. In blockchain technology, a state transition describes the modification of the ledger’s state as a result of processing transactions, such as updating account balances or contract variables. Each valid transaction initiates a state transition, moving the system from its current configuration to a new, updated one.