{
  "abi": [
    {
      "inputs": [
        {
          "internalType": "uint32",
          "name": "_origin",
          "type": "uint32"
        },
        {
          "internalType": "uint32",
          "name": "_nonce",
          "type": "uint32"
        },
        {
          "internalType": "bytes32",
          "name": "_sender",
          "type": "bytes32"
        },
        {
          "internalType": "bytes",
          "name": "_message",
          "type": "bytes"
        }
      ],
      "name": "handle",
      "outputs": [],
      "stateMutability": "nonpayable",
      "type": "function"
    }
  ],
  "bytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "deployedBytecode": {
    "object": "0x",
    "sourceMap": "",
    "linkReferences": {}
  },
  "methodIdentifiers": {
    "handle(uint32,uint32,bytes32,bytes)": "ab2dc3f5"
  },
  "ast": {
    "absolutePath": "packages/contracts-core/contracts/interfaces/IMessageRecipient.sol",
    "id": 27419,
    "exportedSymbols": {
      "IMessageRecipient": [
        27418
      ]
    },
    "nodeType": "SourceUnit",
    "src": "46:195:24",
    "nodes": [
      {
        "id": 27406,
        "nodeType": "PragmaDirective",
        "src": "46:22:24",
        "literals": [
          "solidity",
          "0.7",
          ".6"
        ]
      },
      {
        "id": 27418,
        "nodeType": "ContractDefinition",
        "src": "70:170:24",
        "nodes": [
          {
            "id": 27417,
            "nodeType": "FunctionDefinition",
            "src": "104:134:24",
            "functionSelector": "ab2dc3f5",
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "handle",
            "parameters": {
              "id": 27415,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 27408,
                  "mutability": "mutable",
                  "name": "_origin",
                  "nodeType": "VariableDeclaration",
                  "scope": 27417,
                  "src": "129:14:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint32",
                    "typeString": "uint32"
                  },
                  "typeName": {
                    "id": 27407,
                    "name": "uint32",
                    "nodeType": "ElementaryTypeName",
                    "src": "129:6:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint32",
                      "typeString": "uint32"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 27410,
                  "mutability": "mutable",
                  "name": "_nonce",
                  "nodeType": "VariableDeclaration",
                  "scope": 27417,
                  "src": "153:13:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_uint32",
                    "typeString": "uint32"
                  },
                  "typeName": {
                    "id": 27409,
                    "name": "uint32",
                    "nodeType": "ElementaryTypeName",
                    "src": "153:6:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_uint32",
                      "typeString": "uint32"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 27412,
                  "mutability": "mutable",
                  "name": "_sender",
                  "nodeType": "VariableDeclaration",
                  "scope": 27417,
                  "src": "176:15:24",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes32",
                    "typeString": "bytes32"
                  },
                  "typeName": {
                    "id": 27411,
                    "name": "bytes32",
                    "nodeType": "ElementaryTypeName",
                    "src": "176:7:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes32",
                      "typeString": "bytes32"
                    }
                  },
                  "visibility": "internal"
                },
                {
                  "constant": false,
                  "id": 27414,
                  "mutability": "mutable",
                  "name": "_message",
                  "nodeType": "VariableDeclaration",
                  "scope": 27417,
                  "src": "201:21:24",
                  "stateVariable": false,
                  "storageLocation": "memory",
                  "typeDescriptions": {
                    "typeIdentifier": "t_bytes_memory_ptr",
                    "typeString": "bytes"
                  },
                  "typeName": {
                    "id": 27413,
                    "name": "bytes",
                    "nodeType": "ElementaryTypeName",
                    "src": "201:5:24",
                    "typeDescriptions": {
                      "typeIdentifier": "t_bytes_storage_ptr",
                      "typeString": "bytes"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "119:109:24"
            },
            "returnParameters": {
              "id": 27416,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "237:0:24"
            },
            "scope": 27418,
            "stateMutability": "nonpayable",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "fullyImplemented": false,
        "linearizedBaseContracts": [
          27418
        ],
        "name": "IMessageRecipient",
        "scope": 27419
      }
    ],
    "license": "MIT OR Apache-2.0"
  },
  "id": 24
}