github.com/0xPolygon/supernets2-node@v0.0.0-20230711153321-2fe574524eaa/etherman/smartcontracts/abi/mockverifier.abi (about)

     1  [
     2  	{
     3  		"inputs": [
     4  			{
     5  				"internalType": "bytes",
     6  				"name": "proof",
     7  				"type": "bytes"
     8  			},
     9  			{
    10  				"internalType": "uint256[1]",
    11  				"name": "pubSignals",
    12  				"type": "uint256[1]"
    13  			}
    14  		],
    15  		"name": "verifyProof",
    16  		"outputs": [
    17  			{
    18  				"internalType": "bool",
    19  				"name": "",
    20  				"type": "bool"
    21  			}
    22  		],
    23  		"stateMutability": "view",
    24  		"type": "function"
    25  	}
    26  ]