pub async fn init_with_storage<S>(
genesis: Genesis,
modules: Modules,
opt: Options,
storage_opt: S,
) -> Result<SequencerContext<Production, S::Persistence>>where
S: DataSourceOptions,pub async fn init_with_storage<S>(
genesis: Genesis,
modules: Modules,
opt: Options,
storage_opt: S,
) -> Result<SequencerContext<Production, S::Persistence>>where
S: DataSourceOptions,