# SolanaWaitForCallsStatusResult (Solana)

> Overview of SolanaWaitForCallsStatusResult

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

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

```ts
type SolanaWaitForCallsStatusResult = 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/waitForCallsStatus.ts:19](https://github.com/alchemyplatform/aa-sdk/blob/main/packages/wallet-apis/src/actions/solana/waitForCallsStatus.ts#L19)