Skip to content
Alchemy Logo

UserOperationStruct

type UserOperationStruct<TEntryPointVersion> =
  TEntryPointVersion extends "0.6.0"
    ? UserOperationStruct_v6
    : TEntryPointVersion extends "0.7.0"
      ? UserOperationStruct_v7
      : never & Eip7702ExtendedFields;

Defined in: aa-sdk/core/src/types.ts:342

Type ParameterDefault type

TEntryPointVersion extends EntryPointVersion

EntryPointVersion

Was this page helpful?