tevmGetAccount
tevmGetAccount(
client
,params
):Promise
<GetAccountResult
<TevmGetAccountError
>>
Parameters
• client: Client
<TevmTransport
<string
>, undefined
| Chain
, undefined
| Account
, undefined
, undefined
| object
>
The viem client configured with TEVM transport.
• params: GetAccountParams
<boolean
>
Parameters for retrieving the account information.
Returns
Promise
<GetAccountResult
<TevmGetAccountError
>>
The account information.