{
  "_format": "hh3-artifact-1",
  "contractName": "IPkVerifier",
  "sourceName": "contracts/interfaces/IPkVerifier.sol",
  "abi": [
    {
      "inputs": [],
      "name": "DomainBindingMismatch",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "InvalidProof",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "InvalidPublicInputsLength",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "PkCommitmentMismatch",
      "type": "error"
    },
    {
      "inputs": [],
      "name": "VkHashMismatch",
      "type": "error"
    },
    {
      "inputs": [
        {
          "internalType": "uint256",
          "name": "e3Id",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "committeeRoot",
          "type": "uint256"
        },
        {
          "internalType": "address[]",
          "name": "sortedNodes",
          "type": "address[]"
        },
        {
          "internalType": "bytes32",
          "name": "pkCommitment",
          "type": "bytes32"
        },
        {
          "internalType": "bytes32",
          "name": "committeeHash",
          "type": "bytes32"
        },
        {
          "internalType": "bytes",
          "name": "proof",
          "type": "bytes"
        }
      ],
      "name": "verify",
      "outputs": [
        {
          "internalType": "bool",
          "name": "success",
          "type": "bool"
        }
      ],
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x",
  "deployedBytecode": "0x",
  "linkReferences": {},
  "deployedLinkReferences": {},
  "immutableReferences": {},
  "inputSourceName": "project/contracts/interfaces/IPkVerifier.sol",
  "buildInfoId": "solc-0_8_28-58b894a0ac77a2d784be77b69288a062b8f6f518"
}