import { AbiCoder } from "https://deno.land/x/web3@v0.11.1/packages/web3-eth-abi/types/index.d.ts";
Methods
decodeParameter(type: any, hex: string): { [key: string]: any; }
decodeParameters(types: any[], hex: string): { [key: string]: any; }
encodeEventSignature(functionName: string | AbiItem): string
encodeFunctionCall(abiItem: AbiItem, params: string[]): string
encodeFunctionSignature(functionName: string | AbiItem): string
encodeParameter(type: any, parameter: any): string
encodeParameters(types: any[], paramaters: any[]): string