UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

8 lines (6 loc) 237 B
import { TransactionReceipt, TransactionResponse } from 'ethers'; import { Hex } from '../entities'; export type MulticallResponse = [ success: boolean | undefined, rawData: Hex | TransactionResponse | TransactionReceipt | null, ];