LightAccount

1type LightAccount<TSigner, TLightAccountVersion> = LightAccountBase<
2 TSigner,
3 "LightAccount",
4 TLightAccountVersion
5> &
6 object;

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

Type Declaration

NameType

encodeTransferOwnership()

(newOwner) => Hex

getOwnerAddress()

() => Promise<Address>

Type Parameters

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

TLightAccountVersion extends LightAccountVersion<"LightAccount">

LightAccountVersion<"LightAccount">