Comment on page
TransactionPath
Represents a single transaction path.
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. |
Last modified 6mo ago