# UseSendVerificationCodeResult | @account-kit/react

> Overview of UseSendVerificationCodeResult 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 UseSendVerificationCodeResult = object;
```

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="error" /> `error`
      </td>

      <td>
        `Error` | `null`
      </td>
    </tr>

    <tr>
      <td>
        <a id="issendingcode" /> `isSendingCode`
      </td>

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

    <tr>
      <td>
        <a id="sendverificationcode" /> `sendVerificationCode`
      </td>

      <td>
        `UseMutateFunction`\<`void`, `Error`, [`SendVerificationCodeParams`](../interfaces/SendVerificationCodeParams), `unknown`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="sendverificationcodeasync" /> `sendVerificationCodeAsync`
      </td>

      <td>
        `UseMutateAsyncFunction`\<`void`, `Error`, [`SendVerificationCodeParams`](../interfaces/SendVerificationCodeParams), `unknown`>
      </td>
    </tr>

  </tbody>
</table>