{
  "abi": [
    {
      "inputs": [],
      "name": "policyPool",
      "outputs": [
        {
          "internalType": "contract IPolicyPool",
          "name": "",
          "type": "address"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "ast": {
    "absolutePath": "interfaces/IPolicyPoolComponent.sol",
    "exportedSymbols": {
      "IPolicyPool": [
        383
      ],
      "IPolicyPoolComponent": [
        395
      ]
    },
    "id": 396,
    "license": "Apache-2.0",
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 385,
        "literals": [
          "solidity",
          "^",
          "0.8",
          ".0"
        ],
        "nodeType": "PragmaDirective",
        "src": "39:23:9"
      },
      {
        "absolutePath": "interfaces/IPolicyPool.sol",
        "file": "./IPolicyPool.sol",
        "id": 387,
        "nameLocation": "-1:-1:-1",
        "nodeType": "ImportDirective",
        "scope": 396,
        "sourceUnit": 384,
        "src": "64:46:9",
        "symbolAliases": [
          {
            "foreign": {
              "id": 386,
              "name": "IPolicyPool",
              "nodeType": "Identifier",
              "overloadedDeclarations": [],
              "src": "72:11:9",
              "typeDescriptions": {}
            },
            "nameLocation": "-1:-1:-1"
          }
        ],
        "unitAlias": ""
      },
      {
        "abstract": false,
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "interface",
        "documentation": {
          "id": 388,
          "nodeType": "StructuredDocumentation",
          "src": "112:166:9",
          "text": " @title IPolicyPoolComponent interface\n @dev Interface for Contracts linked (owned) by a PolicyPool. Useful to avoid cyclic dependencies\n @author Ensuro"
        },
        "fullyImplemented": false,
        "id": 395,
        "linearizedBaseContracts": [
          395
        ],
        "name": "IPolicyPoolComponent",
        "nameLocation": "289:20:9",
        "nodeType": "ContractDefinition",
        "nodes": [
          {
            "functionSelector": "4d15eb03",
            "id": 394,
            "implemented": false,
            "kind": "function",
            "modifiers": [],
            "name": "policyPool",
            "nameLocation": "323:10:9",
            "nodeType": "FunctionDefinition",
            "parameters": {
              "id": 389,
              "nodeType": "ParameterList",
              "parameters": [],
              "src": "333:2:9"
            },
            "returnParameters": {
              "id": 393,
              "nodeType": "ParameterList",
              "parameters": [
                {
                  "constant": false,
                  "id": 392,
                  "mutability": "mutable",
                  "name": "",
                  "nameLocation": "-1:-1:-1",
                  "nodeType": "VariableDeclaration",
                  "scope": 394,
                  "src": "359:11:9",
                  "stateVariable": false,
                  "storageLocation": "default",
                  "typeDescriptions": {
                    "typeIdentifier": "t_contract$_IPolicyPool_$383",
                    "typeString": "contract IPolicyPool"
                  },
                  "typeName": {
                    "id": 391,
                    "nodeType": "UserDefinedTypeName",
                    "pathNode": {
                      "id": 390,
                      "name": "IPolicyPool",
                      "nodeType": "IdentifierPath",
                      "referencedDeclaration": 383,
                      "src": "359:11:9"
                    },
                    "referencedDeclaration": 383,
                    "src": "359:11:9",
                    "typeDescriptions": {
                      "typeIdentifier": "t_contract$_IPolicyPool_$383",
                      "typeString": "contract IPolicyPool"
                    }
                  },
                  "visibility": "internal"
                }
              ],
              "src": "358:13:9"
            },
            "scope": 395,
            "src": "314:58:9",
            "stateMutability": "view",
            "virtual": false,
            "visibility": "external"
          }
        ],
        "scope": 396,
        "src": "279:95:9",
        "usedErrors": []
      }
    ],
    "src": "39:336:9"
  },
  "contractName": "IPolicyPoolComponent",
  "dependencies": [
    "IAssetManager",
    "IERC20",
    "IERC20Metadata",
    "IEToken",
    "IExchange",
    "IInsolvencyHook",
    "ILPWhitelist",
    "IPolicyPool",
    "IPolicyPoolConfig",
    "IRiskModule"
  ],
  "offset": [
    279,
    374
  ],
  "sha1": "fad1fb6e206fa666456f5a2ef37709484c22bfce",
  "source": "// SPDX-License-Identifier: Apache-2.0\npragma solidity ^0.8.0;\n\nimport {IPolicyPool} from \"./IPolicyPool.sol\";\n\n/**\n * @title IPolicyPoolComponent interface\n * @dev Interface for Contracts linked (owned) by a PolicyPool. Useful to avoid cyclic dependencies\n * @author Ensuro\n */\ninterface IPolicyPoolComponent {\n  function policyPool() external view returns (IPolicyPool);\n}\n",
  "type": "interface"
}