pub fn get_sequencer_rpc<B, D>(
    batch_builder: B,
    da_service: D
) -> RpcModule<Sequencer<B, D>>where
    B: BatchBuilder + Send + Sync + 'static,
    D: DaService,
Expand description

Creates an RPC module with the sequencer’s methods