SDK ReferenceSmart contractsType AliasesMultiOwnerLightAccountCopy page 1type MultiOwnerLightAccount<TSigner, TLightAccountVersion> = LightAccountBase<2 TSigner,3 "MultiOwnerLightAccount",4 TLightAccountVersion5> &6 object; Defined in: account-kit/smart-contracts/src/light-account/accounts/multiOwner.ts:33 Type Declaration NameTypeencodeUpdateOwners()(ownersToAdd, ownersToRemove) => HexgetOwnerAddresses()() => Promise<readonly Address[]> Type Parameters Type ParameterDefault typeTSigner extends SmartAccountSignerSmartAccountSignerTLightAccountVersion extends LightAccountVersion<"MultiOwnerLightAccount">LightAccountVersion<"MultiOwnerLightAccount">