UNPKG

ethers-tools

Version:

Contains tools for work with web3 contracts.

9 lines (7 loc) 195 B
import { ContractCall } from '../entities'; export interface SplitCalls { staticCalls: ContractCall[]; staticIndexes: number[]; mutableCalls: ContractCall[]; mutableIndexes: number[]; }