type StaticSmartAccountImplementation<
eip7702,
entryPointVersion,
factoryArgs,
entryPointAbi,
accountAbi,
factoryAbi,
> = object & eip7702 extends false
? object
: object & eip7702 extends true
? object
: object;Defined in: packages/smart-accounts/src/types.ts:43
| Name | Type |
|---|---|
|
|
|
|
|
|
| |
|
|
| Type Parameter | Default type |
|---|---|
|
|
| |
|
|
| |
| |
|