{
    "Function": "_setAdminThreshold",
    "File": "src/AdminMultisigBase.sol",
    "Parent Contracts": [
        "src/EternalStorage.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_getAdminThresholdKey",
        "_setUint"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _setAdminThreshold(uint256 adminEpoch, uint256 adminThreshold) internal {\n        _setUint(_getAdminThresholdKey(adminEpoch), adminThreshold);\n    }"
}