37 lines
1.2 KiB
JSON
Generated
37 lines
1.2 KiB
JSON
Generated
{
|
|
"schemaVersion": "2.0.0",
|
|
"contractName": "IValidator",
|
|
"compilerOutput": {
|
|
"abi": [
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "name": "hash", "type": "bytes32" },
|
|
{ "name": "signerAddress", "type": "address" },
|
|
{ "name": "signature", "type": "bytes" }
|
|
],
|
|
"name": "isValidSignature",
|
|
"outputs": [{ "name": "isValid", "type": "bool" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
}
|
|
],
|
|
"devdoc": {
|
|
"methods": {
|
|
"isValidSignature(bytes32,address,bytes)": {
|
|
"details": "Verifies that a signature is valid.",
|
|
"params": {
|
|
"hash": "Message hash that is signed.",
|
|
"signature": "Proof of signing.",
|
|
"signerAddress": "Address that should have signed the given hash."
|
|
},
|
|
"return": "Validity of order signature."
|
|
}
|
|
}
|
|
},
|
|
"evm": { "bytecode": { "object": "0x" } }
|
|
},
|
|
"networks": {}
|
|
}
|