SDK ReferenceInfraType AliasesAlchemySmartAccountClientCopy page 1type AlchemySmartAccountClient<chain, account, actions, context> = Prettify<2 AlchemySmartAccountClient_Base<chain, account, actions, context>3>; Defined in: account-kit/infra/src/client/smartAccountClient.ts:96 Type Parameters Type ParameterDefault typechain extends Chain | undefinedChain | undefinedaccount extends SmartContractAccount | undefinedSmartContractAccount | undefinedactions extends Record<string, unknown>Record<string, unknown>context extends UserOperationContext | undefinedUserOperationContext | undefined