kona_derive_alloy::pipeline

Function new_online_pipeline

Source
pub fn new_online_pipeline(
    rollup_config: Arc<RollupConfig>,
    chain_provider: AlloyChainProvider,
    dap_source: OnlineDataProvider,
    l2_chain_provider: AlloyL2ChainProvider,
    builder: OnlineAttributesBuilder,
    origin: BlockInfo,
) -> OnlinePipeline
Expand description

Creates a new online DerivationPipeline from the given inputs. Internally, this uses the PipelineBuilder to construct the pipeline.