Function fc_rpc::frontier_backend_client::load_hash
source · 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,