You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but Http::with_client will only accept an object of type Client and not ClientWithMiddleware. Is there a way to get around this considering that ClientWithMiddleware should expose the exact same API?
The text was updated successfully, but these errors were encountered:
I'd like to add OTLP tracing to my outgoing web3 requests. I currently make
I'd like to instead use the
ClientWithMiddleware
object returned by this cratebut
Http::with_client
will only accept an object of typeClient
and notClientWithMiddleware
. Is there a way to get around this considering thatClientWithMiddleware
should expose the exact same API?The text was updated successfully, but these errors were encountered: