All chains
    Preparing search index...

    Type Alias quote_price_tokens_for_exact_tokens

    quote_price_tokens_for_exact_tokens: RuntimeDescriptor<
        [
            asset1: { interior: XcmV5Junctions; parents: number },
            asset2: { interior: XcmV5Junctions; parents: number },
            amount: bigint,
            include_fee: boolean,
        ],
        bigint | undefined,
    >

    Provides a quote for [Pallet::swap_tokens_for_exact_tokens].

    Note that the price may have changed by the time the transaction is executed. (Use amount_in_max to control slippage.)