pub(crate) fn frontier_backend<B, C, BE>(
    config: &Configuration,
    client: Arc<C>,
    eth_api_options: EvmTracingConfig
) -> Result<Backend<B>, String>
where B: Block<Hash = H256> + 'static, BE: Backend<B> + 'static, C: StorageProvider<B, BE> + Sync + Send + 'static + ProvideRuntimeApi<B> + HeaderBackend<B>, C::Api: EthereumRuntimeRPCApi<B>,
Expand description

Create a frontier backend