Interface SwapRouteViaALEX_WithExchangeRate

interface SwapRouteViaALEX_WithExchangeRate {
    composedExchangeRate: `${string} (BroSDK number)`;
    fromTokenAddress: StacksContractAddress;
    swapPools: OneOrMore<
        { poolId: bigint; toTokenAddress: StacksContractAddress },
    >;
    via: "ALEX";
}

Hierarchy (View Summary)

Properties

composedExchangeRate: `${string} (BroSDK number)`
fromTokenAddress: StacksContractAddress
swapPools: OneOrMore<{ poolId: bigint; toTokenAddress: StacksContractAddress }>
via: "ALEX"