Skip to content
Alchemy Logo

LightAccount

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

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

NameType

encodeTransferOwnership()

(newOwner) => Hex

getOwnerAddress()

() => Promise<Address>

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

TLightAccountVersion extends LightAccountVersion<"LightAccount">

LightAccountVersion<"LightAccount">

Was this page helpful?