Optional
account?: accountOrAddress | Account | AddressOptional
batch?: { Flags for batch settings.
Optional
multicall?: boolean | Prettify<MulticallBatchOptions>Toggle to enable eth_call
multicall aggregation.
Optional
cacheTime (in ms) that cached data will remain in memory.
4_000
Optional
chain?: Chain | chainChain for the client.
Optional
key?: stringA key for the client.
Optional
name?: stringA name for the client.
Optional
pollingFrequency (in ms) for polling enabled actions & events.
4_000
The RPC transport
Optional
type?: stringThe type of client.
Generated using TypeDoc
The Account to use for the Client. This will be used for Actions that require an account as an argument.