UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

7 lines (5 loc) 205 B
import { TransactionReceipt, TransactionResponse } from 'ethers'; export type MulticallResponse = [ success: boolean | undefined, rawData: string | TransactionResponse | TransactionReceipt | null, ];