OptionalexternalFee?: ExternalFeeAn optional third-party fee. feePercentage is a decimal fraction of the
trade, and the recipient receives that fee when the route executes.
The aggregate DEX trade fee as a decimal fraction. 0.01 represents 1%.
Optionalreferrer?: SuiAddressThe optional referrer recorded for the route. The transaction builder uses this address when the route was requested with referral support.
The sub-routes that make up the trade. Multiple entries represent a split trade, and each route can contain several sequential paths.
Optionalslippage?: SlippageThe slippage tolerance attached to the route, as a decimal fraction. 0.01
represents 1%. It is optional for amount-in route responses.
Represents a complete trade route object. Includes all relevant information for executing a trade from
coinIntocoinOutthrough one or more protocols.