UserOperationFeeOptions

1type UserOperationFeeOptions<TEntryPointVersion> =
2 TEntryPointVersion extends "0.6.0"
3 ? z.input<typeof UserOperationFeeOptionsSchema_v6>
4 : TEntryPointVersion extends "0.7.0"
5 ? z.input<typeof UserOperationFeeOptionsSchema_v7>
6 : z.input<typeof UserOperationFeeOptionsSchema>;

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

Type Parameters

Type ParameterDefault type

TEntryPointVersion extends EntryPointVersion

EntryPointVersion