Optional
accountAccount attached to the call (msg.sender).
Optional
chainOptional
blockThe balance of the account at a block number.
Optional
blockThe balance of the account at a block tag.
Optional
factoryContract deployment factory address (ie. Create2 factory, Smart Account factory, etc).
Optional
factoryCalldata to execute on the factory to deploy the contract.
Optional
stateState overrides for the call.
Helper type that encapsulates common readContract parameters without fields like
abi
,args
,functionName
,address
that are expected to be provided the SDK. See (readContract)[https://viem.sh/docs/contract/readContract]Export