aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/artifacts/2.0.0-trimmed/IValidator.json
diff options
context:
space:
mode:
authorKadinsky <kandinsky454@protonmail.ch>2018-10-16 21:21:46 +0800
committerGitHub <noreply@github.com>2018-10-16 21:21:46 +0800
commite62458705039f6a187ff23e4e4ee1737476eb431 (patch)
tree27497ebaf0e7da27561620b28b28cc30833261fc /packages/migrations/artifacts/2.0.0-trimmed/IValidator.json
parent05bf7a8280bcb46144dfef9b30bb7c0e2e4a15aa (diff)
parent5938e8a52daa913668593977e44ca25e38a29e41 (diff)
downloaddexon-0x-contracts-e62458705039f6a187ff23e4e4ee1737476eb431.tar.gz
dexon-0x-contracts-e62458705039f6a187ff23e4e4ee1737476eb431.tar.zst
dexon-0x-contracts-e62458705039f6a187ff23e4e4ee1737476eb431.zip
Merge pull request #1105 from 0xProject/feature/contracts-artifacts-re-org
Reorganize and modularize generated contract wrappers and artifacts
Diffstat (limited to 'packages/migrations/artifacts/2.0.0-trimmed/IValidator.json')
-rw-r--r--packages/migrations/artifacts/2.0.0-trimmed/IValidator.json41
1 files changed, 0 insertions, 41 deletions
diff --git a/packages/migrations/artifacts/2.0.0-trimmed/IValidator.json b/packages/migrations/artifacts/2.0.0-trimmed/IValidator.json
deleted file mode 100644
index 8ca99f261..000000000
--- a/packages/migrations/artifacts/2.0.0-trimmed/IValidator.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "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"
- }
- ],
- "evm": {
- "bytecode": {
- "object": "0x"
- }
- }
- },
- "networks": {}
-}