function createLightAccount<TTransport, TSigner, TLightAccountVersion>(
config,
): Promise<LightAccount<TSigner, TLightAccountVersion>>;Defined in: account-kit/smart-contracts/src/light-account/accounts/account.ts:75
| Type Parameter | Default type |
|---|---|
|
|
|
|
|
|
| Parameter | Type | Description |
|---|---|---|
|
| The parameters for creating a light account |
Promise<LightAccount<TSigner, TLightAccountVersion>>
A promise that resolves to a LightAccount object containing the created account information and methods