getAccountHandler
getAccountHandler(
client
,options
?):GetAccountHandler
Creates an GetAccountHandler for handling account params with Ethereumjs VM
Parameters
• client: BaseClient
<"fork"
| "normal"
, object
>
• options?= {}
• options.throwOnFail?: undefined
| boolean
whether to default to throwing or not when errors occur
Returns
Source
packages/actions/src/GetAccount/getAccountHandler.js:15