# UseSendUserOperationResult | @account-kit/react

> Overview of UseSendUserOperationResult from @account-kit/react

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

```ts
type UseSendUserOperationResult<TEntryPointVersion, TAccount> = object;
```

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

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TEntryPointVersion` *extends* `GetEntryPointFromAccount`\<`TAccount`>
      </td>

      <td>
        ‐
      </td>
    </tr>

    <tr>
      <td>
        `TAccount` *extends* `SupportedAccounts`
      </td>

      <td>
        `SupportedAccounts`
      </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="error" /> `error`
      </td>

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

    <tr>
      <td>
        <a id="issendinguseroperation" /> `isSendingUserOperation`
      </td>

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

    <tr>
      <td>
        <a id="senduseroperation" /> `sendUserOperation`
      </td>

      <td>
        `UseMutateFunction`\<[`SendUserOperationWithEOA`](SendUserOperationWithEOA)\<`TEntryPointVersion`>, `Error`, `SendUserOperationParameters`\<`TAccount`>, `unknown`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="senduseroperationasync" /> `sendUserOperationAsync`
      </td>

      <td>
        `UseMutateAsyncFunction`\<[`SendUserOperationWithEOA`](SendUserOperationWithEOA)\<`TEntryPointVersion`>, `Error`, `SendUserOperationParameters`\<`TAccount`>, `unknown`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="senduseroperationresult" /> `sendUserOperationResult`
      </td>

      <td>
        | [`SendUserOperationWithEOA`](SendUserOperationWithEOA)\<`TEntryPointVersion`> | `undefined`
      </td>
    </tr>

  </tbody>
</table>