quasvel
Version:
Access and interact with Aragon Organizations and their apps.
13 lines (9 loc) • 889 B
Markdown
# TransactionPath
Represents a single transaction path.
## 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. |