@xoxno/sdk-js
    Preparing search index...

    Interface StellarStrategySwapHopInput

    interface StellarStrategySwapHopInput {
        amountOut?: string;
        pool: string;
        tokenIn: string;
        tokenOut: string;
        venue: "Soroswap" | "Aquarius" | "Phoenix" | "Sushi" | "CometDex";
    }
    Index

    Properties

    amountOut?: string

    Quote-side estimate; not carried on the wire.

    pool: string
    tokenIn: string
    tokenOut: string
    venue: "Soroswap" | "Aquarius" | "Phoenix" | "Sushi" | "CometDex"