Define types for methodID

This commit is contained in:
Leonid Logvinov
2017-12-18 16:35:06 +01:00
parent ed6756898f
commit 786ea52738

View File

@@ -1,4 +1,3 @@
declare module 'bn.js';
declare module 'chai-bignumber';
declare module 'dirty-chai';
@@ -31,6 +30,7 @@ declare module 'web3-eth-abi' {
declare module 'ethereumjs-abi' {
const soliditySHA3: (argTypes: string[], args: any[]) => Buffer;
const methodID: (name: string, types: string[]) => Buffer;
}
// Truffle injects the following into the global scope