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
Using the mempool.space client, extract the current WebSocket integration to use a common configuration module with tokio-tungestenite and the mempool.space client + API, and expose it as an initial async fn returning a stream of BlockHeader data ex.: <BlockHash, BlockHeight ...>
oleonardolima
changed the title
Implement an stream of blocks API, and expose it's usage through async fn
Implement a stream of blocks API, and expose it's usage through async fn
May 20, 2022
Description:
Using the mempool.space client, extract the current WebSocket integration to use a common configuration module with tokio-tungestenite and the mempool.space client + API, and expose it as an initial async fn returning a stream of
BlockHeader
data ex.: <BlockHash, BlockHeight ...>Resources:
The text was updated successfully, but these errors were encountered: