import type { CallJsonRpcRequest } from './CallJsonRpcRequest.js' /** * Since contract calls are just a quality of life wrapper around call we avoid using tevm_contract * in favor of overloading tevm_call */ export type ContractJsonRpcRequest = CallJsonRpcRequest