Skip to content

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.

Defined in

packages/memory-client/src/tevmGetAccount.js:45