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