{
    "Function": "constructor",
    "File": "contracts/hyphen/metatx/ERC2771Context.sol",
    "Parent Contracts": [
        "node_modules/@openzeppelin/contracts/utils/Context.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "constructor(address trustedForwarder) {\n        _trustedForwarder = trustedForwarder;\n    }"
}