Skip to content
Alchemy Logo

MultiOwnerLightAccount

type MultiOwnerLightAccount<TSigner, TLightAccountVersion> = LightAccountBase<
  TSigner,
  "MultiOwnerLightAccount",
  TLightAccountVersion
> &
  object;

Defined in: account-kit/smart-contracts/src/light-account/accounts/multiOwner.ts:33

NameType

encodeUpdateOwners()

(ownersToAdd, ownersToRemove) => Hex

getOwnerAddresses()

() => Promise<readonly Address[]>

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

TLightAccountVersion extends LightAccountVersion<"MultiOwnerLightAccount">

LightAccountVersion<"MultiOwnerLightAccount">

Was this page helpful?