op_primitives/components/
mod.rs

1/// The L1 Client Component
2pub mod layer_one;
3
4/// The L2 Client Component
5pub mod layer_two;
6
7/// The Rollup Client Component
8pub mod rollup;
9
10/// The Challenger Agent Component
11pub mod challenger;