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 |
|---|
|
| Parameter | Type | Description |
|---|---|---|
|
| the light account to get the implementation address for |
Promise<`0x${string}`>
the light account implementation address for the given light account