{
    "Function": "hasSignerVoted",
    "File": "contracts/cgp/interfaces/IMultisigBase.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function hasSignerVoted(address account, bytes32 topic) external view returns (bool);"
}