{
/// Transaction pool instance.
pub pool: Arc,
/// Remote access to the blockchain (async).
- pub remote_blockchain: Arc>,
+ pub remote_blockchain: Arc>,
/// Fetcher instance.
pub fetcher: Arc,
}
@@ -135,9 +135,9 @@ pub fn create_full(
pub fn create_light(
deps: LightDeps,
) -> jsonrpc_core::IoHandler where
- C: sc_client::blockchain::HeaderBackend,
+ C: sp_blockchain::HeaderBackend