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