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

8 lines (7 loc) 290 B
import '@kodex-data/prototypes'; export { default as MultiCall } from './multicall'; export { MulticallAbi, ERC20Abi } from './abi'; export { Multicall2__factory } from './Multicall2__factory'; export declare const VERSION = "0.0.1-rc.11"; export * from './types'; export * from './utils';