UNPKG

ethers-multicall

Version:

Make multiple Ethereum network requests in a single HTTP query. ethcall for ethers v5.

7 lines (6 loc) 299 B
import { ParamType } from '@ethersproject/abi'; import { BytesLike } from '@ethersproject/bytes'; export declare class Abi { static encode(name: string, inputs: ParamType[], params: any[]): string; static decode(outputs: ParamType[], data: BytesLike): import("@ethersproject/abi").Result; }