Tradehub.Network.Mainnet.stream_next
You're seeing just the function
stream_next
, go back to Tradehub.Network.Mainnet module for more information.
Link to this function
stream_next(resp)
Specs
stream_next(HTTPoison.AsyncResponse.t()) :: {:ok, HTTPoison.AsyncResponse.t()} | {:error, HTTPoison.Error.t()}
Requests the next message to be streamed for a given HTTPoison.AsyncResponse
.
See request!/5
for more detailed information.