> For the complete documentation index, see [llms.txt](https://legacy-docs.aragon.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aragon.org/developers/tools/aragon-connect/api-reference/transactionpath.md).

# TransactionPath

{% hint style="info" %}
Represents a single transaction path.
{% endhint %}

## Properties

| Name                          | Type                   | Description                                                                |
| ----------------------------- | ---------------------- | -------------------------------------------------------------------------- |
| `apps`                        | `App[]`                | Get all the apps for the path.                                             |
| `destination`                 | `App`                  | Get the destination of the transactions path.                              |
| `forwardingFeePretransaction` | `TransactionRequest[]` | Optional pre-transaction, needed with the forwarder fee interface.         |
| `transactions`                | `TransactionRequest[]` | List of transactions in the path, ready to be sent to an Ethereum library. |
