Skip to content

tevmCall

tevmCall(client, params): Promise<CallResult<TevmCallError>>

Parameters

client: Client<TevmTransport<string>, undefined | Chain, undefined | Account, undefined, undefined | object>

The viem client configured with TEVM transport.

params: CallParams<boolean>

Parameters for the call, including the target address, call data, sender address, gas limit, gas price, and other options.

Returns

Promise<CallResult<TevmCallError>>

The result of the call.

Defined in

packages/memory-client/src/tevmCall.js:47