type GetLightAccountType<TAccount> =
TAccount["smartAccountType"] extends LightAccountType
? TAccount["smartAccountType"]
: never;Defined in: packages/smart-accounts/src/light-account/registry.ts:81
| Type Parameter |
|---|
|
type GetLightAccountType<TAccount> =
TAccount["smartAccountType"] extends LightAccountType
? TAccount["smartAccountType"]
: never;Defined in: packages/smart-accounts/src/light-account/registry.ts:81
| Type Parameter |
|---|
|