# UseAccountResult | @account-kit/react

> Overview of UseAccountResult from @account-kit/react

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

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

```ts
type UseAccountResult<TAccount> = object;
```

Defined in: [account-kit/react/src/hooks/useAccount.ts:22](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useAccount.ts#L22)

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TAccount` *extends* `SupportedAccountTypes`
      </td>
    </tr>
  </tbody>
</table>

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="account" /> `account?`
      </td>

      <td>
        `SupportedAccount`\<`TAccount`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="address" /> `address?`
      </td>

      <td>
        [`Address`](https://abitype.dev)
      </td>
    </tr>

    <tr>
      <td>
        <a id="isloadingaccount" /> `isLoadingAccount`
      </td>

      <td>
        `boolean`
      </td>
    </tr>

  </tbody>
</table>