# SolanaSendPreparedCallsResult (Solana)

> Overview of SolanaSendPreparedCallsResult

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

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

```ts
type SolanaSendPreparedCallsResult = {
  id: `0x${string}`;
  preparedCallIds: `0x${string}`[];
  details: {
    type: "solana-transaction-v0";
  };
};
```

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