Type Alias RouteSelectOptions
RouteSelectOptions: { availableAtaAccounts?: AtaAccountInfo[]; maxSupportedTransactionVersion: "legacy" | number; maxTransactionSize: number; onRouteEvaluation?: ((route: Readonly<TradeRoute>,
tx: TransactionBuilder) => void); }
Parameters to configure the selection of the best route.