Skip to content
Alchemy Logo

getLightAccountImplAddress

function getLightAccountImplAddress<TAccount>(account): Promise<`0x${string}`>;

Defined in: packages/smart-accounts/src/light-account/utils.ts:49

Get the light account implementation address for the given light account

Type Parameter

TAccount extends LightAccountBase

ParameterTypeDescription

account

TAccount

the light account to get the implementation address for

Promise<`0x${string}`>

the light account implementation address for the given light account

Was this page helpful?