{
    "Function": "amnt",
    "File": "contracts/contracts/core/connext/libraries/ConnextMessage.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "TypedMemView"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "indexUint"
    ],
    "Low-Level Calls": [],
    "Code": "function amnt(bytes29 _transferAction) internal pure returns (uint256) {\n    // before = 1 byte identifier + 32 bytes ID = 33 bytes\n    return _transferAction.indexUint(33, 32);\n  }"
}