{
    "Function": "isDomainAndSender",
    "File": "contracts/contracts/core/connext/libraries/LibCrossDomainProperty.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "isValidPropertyLength",
        "isType"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function isDomainAndSender(bytes29 _property) internal pure returns (bool) {\n    return isValidPropertyLength(_property) && isType(_property, Types.DomainAndSender);\n  }"
}