// SPDX-License-Identifier: MIT pragma solidity 0.6.6; interface BlockHashStoreInterface { function getBlockhash(uint256 number) external view returns (bytes32); }