{
    "Function": "evmRecipient",
    "File": "contracts/contracts/core/connext/libraries/ConnextMessage.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "TypedMemView"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "indexAddress"
    ],
    "Low-Level Calls": [],
    "Code": "function evmRecipient(bytes29 _transferAction) internal pure returns (address) {\n    // before = 1 byte identifier + 12 bytes empty to trim for address = 13 bytes\n    return _transferAction.indexAddress(13);\n  }"
}