pub fn new_service<B, S>(
block_provider: B,
config: Config,
signer: Arc<S>,
) -> Result<ServiceRunner<NonInitializedTask<S>>>where
B: BlocksProvider,
S: Signer,
Expand description
Creates an instance of runnable shared sequencer service.