tevmLoadState
tevmLoadState(
client
,params
):Promise
<LoadStateResult
<InternalError
>>
Parameters
• client: Client
<TevmTransport
<string
>, undefined
| Chain
, undefined
| Account
, undefined
, undefined
| object
>
The viem client configured with TEVM transport.
• params: LoadStateParams
<boolean
>
The state to load into TEVM.
Returns
Promise
<LoadStateResult
<InternalError
>>
The result of loading the state.