function isLightAccountVersion1(
version,
): version is "v1.0.1" | "v1.0.2" | "v1.1.0";Defined in: packages/smart-accounts/src/light-account/registry.ts:65
Type guard to check if a version is a Light Account v1 version
| Parameter | Type | Description |
|---|---|---|
|
| The version to check. |
version is "v1.0.1" | "v1.0.2" | "v1.1.0"
True if the version is a v1 version.