function getLightAccountVersionForAccount<TAccount>(
account,
chain,
): Promise<LightAccountVersionConfig>;Defined in: account-kit/smart-contracts/src/light-account/utils.ts:153
Get the light account version definition for the given light account and chain
| Type Parameter | Description |
|---|---|
|
| Parameter | Type | Description |
|---|---|---|
|
| the light account to get the version for |
| the chain to get the version for |
Promise<LightAccountVersionConfig>
the light account version definition for the given light account and chain