{
    "Function": "hasVoted",
    "File": "src/contracts/interfaces/IBeaconChainOracle.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function hasVoted(uint64 blockNumber, address oracleSigner) external view returns(bool);"
}