Type Alias ExecutableRoute

ExecutableRoute: readonly [TradeRoute, AddressLookupTableAccount[] | undefined]

A trade route that is ready to execute. Contains the TradeRoute and a possible set of AddressLookupTableAccount that is needed to successfully execute the trade.

If the lookup table accounts are undefined, then the trade can be executed with a legacy transaction.