Alchemy Logo

LightAccountVersionConfig

type LightAccountVersionConfig<TEntryPointVersion> = object;

Defined in: account-kit/smart-contracts/dist/types/src/light-account/types.d.ts:9

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?