{
    "Function": "isCurrencyWhitelisted",
    "File": "contracts/core/modules/ModuleGlobals.sol",
    "Parent Contracts": [
        "contracts/interfaces/IModuleGlobals.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function isCurrencyWhitelisted(address currency) external view override returns (bool) {\n        return _currencyWhitelisted[currency];\n    }"
}