pub fn create_test_provider_factory_with_chain_spec(
    chain_spec: Arc<ChainSpec>,
) -> ProviderFactory<Arc<TempDatabase<DatabaseEnv>>>
Available on crate feature test-utils only.
Expand description

Creates test provider factory with provided chain spec.