sov_rollup_interface/node/services/
mod.rs

1//! The services module contains traits for the long-lived services which
2//! the full node uses to run the state transition function and serve user
3//! requests.
4
5pub mod batch_builder;
6pub mod da;