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