//! This module contains common traits for stages within the derivation pipeline.
use Box;
use async_trait;
use BlockInfo;
use crate::;
/// Providers a way for the pipeline to accept a signal from the driver.
/// Provides a method for accessing the pipeline's current L1 origin.
/// Defines a trait for advancing the L1 origin of the pipeline.