airgap-it / tezos-rust-sdk

MIT License
20 stars 10 forks source link

Please add support for the streaming block and mempool RPCs #39

Open emchristiansen opened 1 year ago

emchristiansen commented 1 year ago

Please add support for the streaming block and mempool RPCs. For example, /monitor/heads/<chain_id> and /chains/<chain_id>/blocks/<block_id>/monitor_operations.

Alternatively, if you have guidance on how to add these streaming endpoints I can take a stab at it.

Thanks!