{
    "Function": "votingDelay",
    "File": "contracts/governance/GovernorAlpha.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function votingDelay() public pure returns (uint256) {\n        return 1; // 1 block\n    }"
}