# sendPreparedCalls (Solana)

> Overview of the sendPreparedCalls function

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

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

```ts
function sendPreparedCalls(
  client,
  params,
): Promise<SolanaSendPreparedCallsResult>;
```

Defined in: [packages/wallet-apis/src/actions/solana/sendPreparedCalls.ts:43](https://github.com/alchemyplatform/aa-sdk/blob/main/packages/wallet-apis/src/actions/solana/sendPreparedCalls.ts#L43)

Sends a signed Solana transaction.
This method is used after signing the signature request returned from prepareCalls.

## Parameters

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

  <tbody>
    <tr>
      <td>
        `client`
      </td>

      <td>
        `InnerSolanaWalletApiClient`
      </td>

      <td>
        The Solana wallet API client
      </td>
    </tr>

    <tr>
      <td>
        `params`
      </td>

      <td>
        [`SolanaSendPreparedCallsParams`](../type-aliases/SolanaSendPreparedCallsParams)
      </td>

      <td>
        The signed Solana transaction
      </td>
    </tr>

  </tbody>
</table>

## Returns

`Promise`\<[`SolanaSendPreparedCallsResult`](../type-aliases/SolanaSendPreparedCallsResult)>

The result containing the call ID