# UseSendCallsResult | @account-kit/react

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

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

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TEntryPointVersion` *extends* `EntryPointVersion`
      </td>

      <td>
        `EntryPointVersion`
      </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="issendingcalls" /> `isSendingCalls`
      </td>

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

    <tr>
      <td>
        <a id="sendcalls" /> `sendCalls`
      </td>

      <td>
        `UseMutateFunction`\<`MutationResult`\<`TEntryPointVersion`>, `Error`, `MutationParams`, `unknown`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="sendcallsasync" /> `sendCallsAsync`
      </td>

      <td>
        `UseMutateAsyncFunction`\<`MutationResult`\<`TEntryPointVersion`>, `Error`, `MutationParams`, `unknown`>
      </td>
    </tr>

    <tr>
      <td>
        <a id="sendcallsresult" /> `sendCallsResult`
      </td>

      <td>
        `MutationResult` | `undefined`
      </td>
    </tr>

  </tbody>
</table>