{
    "Function": "domain",
    "File": "contracts/contracts/core/connext/libraries/LibCrossDomainProperty.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "TypedMemView"
    ],
    "Internal Calls": [
        "typeAssert"
    ],
    "Library Calls": [
        "indexUint"
    ],
    "Low-Level Calls": [],
    "Code": "function domain(bytes29 _property) internal pure typeAssert(_property, Types.DomainAndSender) returns (uint32) {\n    // before = 1 byte identifier = 1 byte\n    return uint32(_property.indexUint(1, 4));\n  }"
}