# UseSignAndSendPreparedCallsResult | @account-kit/react

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

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

## 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="issigningandsendingpreparedcalls" /> `isSigningAndSendingPreparedCalls`
      </td>

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

    <tr>
      <td>
        <a id="signandsendpreparedcalls" /> `signAndSendPreparedCalls`
      </td>

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

    <tr>
      <td>
        <a id="signandsendpreparedcallsasync" /> `signAndSendPreparedCallsAsync`
      </td>

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

    <tr>
      <td>
        <a id="signandsendpreparedcallsresult" /> `signAndSendPreparedCallsResult`
      </td>

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

  </tbody>
</table>