UNPKG

@kodex-data/multicall

Version:

`@kodex-data/multicall` is a JavaScript library that allows you to batch multiple Ethereum read-only calls into a single request, reducing the number of RPC calls and improving performance. It supports the `eth_call` method and the `multicall` contract, w

4 lines (3 loc) 137 B
import type * as T from './types'; export declare const MulticallAbi: T.JsonFragment[]; export declare const ERC20Abi: T.JsonFragment[];