function toLightAccount<TLightAccountVersion>(
param0,
): Promise<LightAccount<TLightAccountVersion>>;Defined in: packages/smart-accounts/src/light-account/accounts/account.ts:62
Creates a light account.
| Type Parameter | Default type |
|---|---|
|
|
| Parameter | Type | Description |
|---|---|---|
|
| The parameters for creating a light account. |
Promise<LightAccount<TLightAccountVersion>>
A light account.