# SolanaGetCallsStatusResult (Solana)

> Overview of SolanaGetCallsStatusResult

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

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

```ts
type SolanaGetCallsStatusResult = Omit<
  {
    id: `0x${string}`;
    chainId:
      | "solana:mainnet"
      | "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
      | "solana:devnet"
      | "solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1";
    atomic: boolean;
    status: 120 | 200 | 100 | 110 | 115 | 116 | 400 | 410 | 500 | 600;
    commitment?: "processed" | "confirmed" | "finalized" | undefined;
    receipts?:
      | {
          signature: string;
          slot: number;
          blockTime?: number | undefined;
        }[]
      | undefined;
  },
  "status"
> & {
  status: "success" | "pending" | "failure";
  statusCode: number;
};
```

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

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `status`
      </td>

      <td>
        `"pending"` | `"success"` | `"failure"`
      </td>
    </tr>

    <tr>
      <td>
        `statusCode`
      </td>

      <td>
        `number`
      </td>
    </tr>

  </tbody>
</table>