{
    "Function": "parseDomainAndSenderBytes",
    "File": "contracts/contracts/core/connext/libraries/LibCrossDomainProperty.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "TypedMemView"
    ],
    "Internal Calls": [
        "mustBeProperty"
    ],
    "Library Calls": [
        "ref"
    ],
    "Low-Level Calls": [],
    "Code": "function parseDomainAndSenderBytes(bytes memory _property) internal pure returns (bytes29) {\n    return mustBeProperty(_property.ref(0));\n  }"
}