SDK ReferenceSmart contractsType AliasesLightAccountCopy page 1type LightAccount<TSigner, TLightAccountVersion> = LightAccountBase<2 TSigner,3 "LightAccount",4 TLightAccountVersion5> &6 object; Defined in: account-kit/smart-contracts/src/light-account/accounts/account.ts:36 Type Declaration NameTypeencodeTransferOwnership()(newOwner) => HexgetOwnerAddress()() => Promise<Address> Type Parameters Type ParameterDefault typeTSigner extends SmartAccountSignerSmartAccountSignerTLightAccountVersion extends LightAccountVersion<"LightAccount">LightAccountVersion<"LightAccount">