aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/artifacts/2.0.0-trimmed/IWallet.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-09-19 21:50:01 +0800
committerGitHub <noreply@github.com>2018-09-19 21:50:01 +0800
commit83ffbd05be0983718f2d344be183f6b1fc41bbca (patch)
treebc71b6327cb7de6955608ce89c137a8af390b0e3 /packages/migrations/artifacts/2.0.0-trimmed/IWallet.json
parente2559798df37cd246fe26d40d5bd030431a683e9 (diff)
parent88be6b5e0d77e180d744c1bb6aa36fce6cf04487 (diff)
downloaddexon-0x-contracts-83ffbd05be0983718f2d344be183f6b1fc41bbca.tar.gz
dexon-0x-contracts-83ffbd05be0983718f2d344be183f6b1fc41bbca.tar.zst
dexon-0x-contracts-83ffbd05be0983718f2d344be183f6b1fc41bbca.zip
Merge pull request #1074 from 0xProject/reduceBundleSizes
Reduce published packages bundle sizes
Diffstat (limited to 'packages/migrations/artifacts/2.0.0-trimmed/IWallet.json')
-rw-r--r--packages/migrations/artifacts/2.0.0-trimmed/IWallet.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/packages/migrations/artifacts/2.0.0-trimmed/IWallet.json b/packages/migrations/artifacts/2.0.0-trimmed/IWallet.json
new file mode 100644
index 000000000..2a8f975cc
--- /dev/null
+++ b/packages/migrations/artifacts/2.0.0-trimmed/IWallet.json
@@ -0,0 +1,37 @@
+{
+ "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"
+ }
+ ],
+ "evm": {
+ "bytecode": {
+ "object": "0x"
+ }
+ }
+ },
+ "networks": {}
+}