@unirep/contracts
Version:
Client library for contracts related functions which are used in UniRep protocol.
36 lines (35 loc) • 740 B
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IVerifier",
"sourceName": "contracts/interfaces/IVerifier.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint256[]",
"name": "publicSignals",
"type": "uint256[]"
},
{
"internalType": "uint256[8]",
"name": "proof",
"type": "uint256[8]"
}
],
"name": "verifyProof",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}