SDK ReferenceSmart contractsType AliasesCreateLightAccountParamsCopy page 1type CreateLightAccountParams<TTransport, TSigner, TLightAccountVersion> = Omit<2 CreateLightAccountBaseParams<3 "LightAccount",4 TLightAccountVersion,5 TTransport,6 TSigner7 >,8 | "getAccountInitCode"9 | "entryPoint"10 | "version"11 | "abi"12 | "accountAddress"13 | "type"14> &15 object; Defined in: account-kit/smart-contracts/src/light-account/accounts/account.ts:46 Type Declaration NameTypeaccountAddress?AddressentryPoint?EntryPointDef<LightAccountEntryPointVersion<"LightAccount", TLightAccountVersion>, Chain>factoryAddress?AddressinitCode?Hexsalt?bigintversion?TLightAccountVersion Type Parameters Type ParameterDefault typeTTransport extends TransportTransportTSigner extends SmartAccountSignerSmartAccountSignerTLightAccountVersion extends LightAccountVersion<"LightAccount">LightAccountVersion<"LightAccount">