SDK ReferenceInfraType AliasesAlchemySmartAccountClientConfigCopy page 1type AlchemySmartAccountClientConfig<chain, account, context> = object &2 Pick<3 SmartAccountClientConfig<AlchemyTransport, chain, account, context>,4 | "customMiddleware"5 | "feeEstimator"6 | "gasEstimator"7 | "signUserOperation"8 | "transport"9 | "chain"10 | "opts"11 >; Defined in: account-kit/infra/src/client/smartAccountClient.ts:40 Type Declaration NameTypeaccount?accountpolicyId?string | string[]policyToken?PolicyTokenuseSimulation?boolean Type Parameters Type ParameterDefault typechain extends Chain | undefinedChain | undefinedaccount extends SmartContractAccount | undefinedSmartContractAccount | undefinedcontext extends UserOperationContext | undefinedUserOperationContext | undefined