aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface RouterTradeInfo

    Base data shared by routes and paths, describing coin amounts and spot price.

    interface RouterTradeInfo {
        coinIn: RouterTradeCoin;
        coinOut: RouterTradeCoin;
        spotPrice: number;
    }
    Index

    Input coin type, amount, and fee for this route, sub-route, or path.

    Output coin type, amount, and fee for this route, sub-route, or path.

    spotPrice: number

    The price quoted for coinIn in terms of coinOut, before execution movement.