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