tomusdrw / rust-web3

Ethereum JSON-RPC multi-transport client. Rust implementation of web3 library. ENS address: rust-web3.eth
MIT License
1.45k stars 465 forks source link

Question: Subscribing to new mined blocks #601

Closed Corfucinas closed 2 years ago

Corfucinas commented 2 years ago

Is it possible to subscribe to new mined blocks?

iFrostizz commented 2 years ago

Do you need this? https://docs.rs/web3/latest/web3/api/struct.EthSubscribe.html#method.subscribe_new_heads

Corfucinas commented 2 years ago

Old issue, solved now, thanks!