{
    "Function": "allAuthorized",
    "File": "src/Caller.sol",
    "Parent Contracts": [
        "lib/openzeppelin-contracts/contracts/metatx/ERC2771Context.sol",
        "lib/openzeppelin-contracts/contracts/utils/Context.sol",
        "lib/openzeppelin-contracts/contracts/utils/cryptography/EIP712.sol"
    ],
    "High-Level Calls": [
        "EnumerableSet"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "values"
    ],
    "Low-Level Calls": [],
    "Code": "function allAuthorized(address sender) public view returns (address[] memory authorized) {\n        return _authorized[sender].values();\n    }"
}