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