aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/types/ethereumjs-abi
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-05-31 02:35:22 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-06-01 01:20:36 +0800
commit1a3958ed602a2abd55a41289fddd2ee1d930d159 (patch)
tree9dc87614d7c051d7306816eed336dfbb4c70e9c2 /packages/typescript-typings/types/ethereumjs-abi
parent743c957918be109defc96b5243cf82d5c2542b39 (diff)
downloaddexon-0x-contracts-1a3958ed602a2abd55a41289fddd2ee1d930d159.tar
dexon-0x-contracts-1a3958ed602a2abd55a41289fddd2ee1d930d159.tar.gz
dexon-0x-contracts-1a3958ed602a2abd55a41289fddd2ee1d930d159.tar.bz2
dexon-0x-contracts-1a3958ed602a2abd55a41289fddd2ee1d930d159.tar.lz
dexon-0x-contracts-1a3958ed602a2abd55a41289fddd2ee1d930d159.tar.xz
dexon-0x-contracts-1a3958ed602a2abd55a41289fddd2ee1d930d159.tar.zst
dexon-0x-contracts-1a3958ed602a2abd55a41289fddd2ee1d930d159.zip
Remove some types
Diffstat (limited to 'packages/typescript-typings/types/ethereumjs-abi')
-rw-r--r--packages/typescript-typings/types/ethereumjs-abi/index.d.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/typescript-typings/types/ethereumjs-abi/index.d.ts b/packages/typescript-typings/types/ethereumjs-abi/index.d.ts
deleted file mode 100644
index e3d660a4a..000000000
--- a/packages/typescript-typings/types/ethereumjs-abi/index.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-declare module 'ethereumjs-abi' {
- const soliditySHA3: (argTypes: string[], args: any[]) => Buffer;
- const soliditySHA256: (argTypes: string[], args: any[]) => Buffer;
- const methodID: (name: string, types: string[]) => Buffer;
-}