LightAccount

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

Defined in: account-kit/smart-contracts/dist/types/src/light-account/accounts/account.d.ts:5

Type Declaration

NameType

encodeTransferOwnership()

(newOwner) => Hex

getOwnerAddress()

() => Promise<Address>

Type Parameters

Type ParameterDefault type

TSigner extends SmartAccountSigner

SmartAccountSigner

TLightAccountVersion extends LightAccountVersion<"LightAccount">

LightAccountVersion<"LightAccount">