Module state

Source
Expand description

Abstraction to synchronize state modifications.

The State provides data access and modifications methods, its main purpose is to ensure that data is atomically written, and that reads are consistent.

Structsยง

BlockInputs
Information needed from the store to validate and build a block
State
The rollup state
TransactionInputs