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