UNPKG

@tevm/test-matchers

Version:

Vite test matchers for Tevm or EVM-related testing in TypeScript.

8 lines (6 loc) 166 B
import type { AbiFunction, Hex } from 'viem' export interface ToCallContractFunctionState { abiFunction: AbiFunction selector: Hex calldataMap: Map<Hex, Hex[]> }