Skip to content
Alchemy Logo

LightAccountVersionConfig

type LightAccountVersionConfig<TEntryPointVersion> = object;

Defined in: account-kit/smart-contracts/src/light-account/types.ts:11

Type ParameterDefault type

TEntryPointVersion extends EntryPointVersion

EntryPointVersion

PropertyType

addresses

object

addresses.default

object

addresses.default.factory

Address

addresses.default.impl

Address

addresses.overrides?

Record<Chain["id"], { factory: Address; impl: Address; }>

entryPointVersion

TEntryPointVersion

Was this page helpful?