async fn block_exists( block_hash: [u8; 32], blockchain_read_handle: &mut BlockchainReadHandle, ) -> Result<bool, Error>
Check if we have a block with the given hash.