Skip to content
Alchemy Logo

LightAccountEntryPointVersion

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 ParameterDefault type

TLightAccountType extends LightAccountType

TLightAccountVersion extends LightAccountVersion<TLightAccountType>

LightAccountVersion<TLightAccountType>

Was this page helpful?