# SolanaGetCallsStatusParams (Solana)

> Overview of SolanaGetCallsStatusParams

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

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

```ts
type SolanaGetCallsStatusParams = {
  id: Hex;
};
```

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

## Properties

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

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

      <td>
        [`Hex`](https://viem.sh)
      </td>
    </tr>

  </tbody>
</table>