aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/types/ethereumjs-abi/index.d.ts
blob: e3d660a4a5c4b049dec5286f2cd507ea4be245b6 (plain) (blame)
1
2
3
4
5
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;
}