aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/types/web3-eth-abi/index.d.ts
blob: 5d2f46e0433088c3f7361f1d23a5c3cae4cf6748 (plain) (blame)
1
2
3
declare module 'web3-eth-abi' {
    export function encodeParameters(typesArray: string[], parameters: any[]): string;
}