# isLightAccountParams | @account-kit/core

> Overview of the isLightAccountParams function from @account-kit/core

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
function isLightAccountParams(
  params,
): params is GetAccountParams<"LightAccount">;
```

Defined in: [account-kit/core/src/actions/createAccount.ts:247](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/core/src/actions/createAccount.ts#L247)

## Parameters

<table>
  <thead>
    <tr>
      <th align="left">Parameter</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `params`
      </td>

      <td>
        [`CreateAccountParams`](../type-aliases/CreateAccountParams)\<[`SupportedAccountTypes`](../type-aliases/SupportedAccountTypes)>
      </td>
    </tr>

  </tbody>
</table>

## Returns

`params is GetAccountParams<"LightAccount">`