UNPKG

121 BTypeScriptView Raw
1declare module 'web3-eth-abi' {
2 export function encodeParameters(typesArray: string[], parameters: any[]): string;
3}