GetAccountHandler
GetAccountHandler: (
params
) =>Promise
<GetAccountResult
>
Gets the state of a specific Ethereum address.
This handler is for use with a low-level TEVM TevmNode
, unlike tevmGetAccount
.
Parameters
• params: GetAccountParams
Returns
Promise
<GetAccountResult
>