Function fc_rpc::frontier_backend_client::load_hash

source ·
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,