{
    "Function": "isType",
    "File": "contracts/contracts/core/connext/libraries/ConnextMessage.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "messageType",
        "actionType"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function isType(bytes29 _action, Types _type) internal pure returns (bool) {\n    return actionType(_action) == uint8(_type) && messageType(_action) == _type;\n  }"
}