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ยง

Blockchain
A Merkle Mountain Range defining a chain of blocks.
State
The rollup state
TransactionInputs