Move type decl. to typescript-typings
This commit is contained in:
7
packages/typescript-typings/types/ethereumjs-abi/index.d.ts
vendored
Normal file
7
packages/typescript-typings/types/ethereumjs-abi/index.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
declare module 'ethereumjs-util' {
|
||||
export function soliditySHA3(argTypes: string[], args: any[]): Buffer;
|
||||
export function soliditySHA256(argTypes: string[], args: any[]): Buffer;
|
||||
export function methodID(name: string, types: string[]): Buffer;
|
||||
export function simpleEncode(signature: string, ...args: any[]): Buffer;
|
||||
export function rawDecode(signature: string[], data: Buffer): any[];
|
||||
}
|
Reference in New Issue
Block a user