> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/client-sdk/reference/preparedpurchase.md).

# PreparedPurchase

| Field               | Type                                                           | Required | Description                                                            |
| ------------------- | -------------------------------------------------------------- | -------- | ---------------------------------------------------------------------- |
| **cost**            | [Cost](/client-sdk/reference/cost.md)                          | ✅        | Purchase cost                                                          |
| **transactionData** | [TransactionData](/client-sdk/reference/transactiondata.md)    | ✅        | Transaction to execute                                                 |
| steps               | [TransactionStep](/client-sdk/reference/transactionstep.md)\[] | ✅        | Manual steps that need to be executed in order (For manual executions) |
| gasEstimate         | [Money](/client-sdk/reference/money.md)                        | ✅        | Total gas estimated                                                    |
