type LightAccountEntryPointVersion<TLightAccountType, TLightAccountVersion> =
LightAccountVersionConfigs[TLightAccountType][TLightAccountVersion] extends LightAccountVersionConfig
? LightAccountVersionConfigs[TLightAccountType][TLightAccountVersion]["entryPointVersion"]
: never;Defined in: account-kit/smart-contracts/dist/types/src/light-account/types.d.ts:35
| Type Parameter | Default type |
|---|---|
| ‐ |
|
|