Skip to content

executeCall

executeCall(client, evmInput, params): Promise<ExecuteCallResult & object | object>

executeCall encapsalates the internal logic of running a call in the EVM

Parameters

• client: TevmNode<"fork" | "normal", object>

• evmInput: EvmRunCallOpts

• params: CallParams<boolean>

Returns

Promise<ExecuteCallResult & object | object>

Throws

returns errors as values

Defined in

packages/actions/src/Call/executeCall.js:28