pub async fn load_hash<B, C>(
    client: &C,
    backend: &(dyn BackendReader<B> + Send + Sync),
    hash: H256
) -> RpcResult<Option<B::Hash>>where
    B: BlockT,
    C: HeaderBackend<B> + 'static,