SDK ReferenceOther Javascript FrameworksType AliasesLightAccountCopy page1type LightAccount<TSigner, TLightAccountVersion> = LightAccountBase<2 TSigner,3 "LightAccount",4 TLightAccountVersion5> &6 object; Defined in: account-kit/smart-contracts/dist/types/src/light-account/accounts/account.d.ts:5 Type Declaration NameTypeencodeTransferOwnership()(newOwner) => HexgetOwnerAddress()() => Promise<Address> Type Parameters Type ParameterDefault typeTSigner extends SmartAccountSignerSmartAccountSignerTLightAccountVersion extends LightAccountVersion<"LightAccount">LightAccountVersion<"LightAccount">