Crate sov_stf_runner

Source
Expand description

§Sov-Stf-Runner

Generic logic for running the rollup.

§StateTransitionRunner

The StateTransitionRunner combines the StateTransitionFunction with DaService and runs the rollup by invoking the blob processing logic on blocks obtained from DaService. Additionally, it allows the initiation of an RPC server with externally defined RPC methods

Modules§

verifier
Implements the StateTransitionVerifier type for checking the validity of a state transition

Structs§

StateTransitionData
Data required to verify a state transition.