Futures-based client API
Currently, the client API is channel based, via crossbeam-channel. It would be worth exploring what a futures-based API might look like around Client and client::Handle.
Mh, there is some update from this side? or maybe we can start to discuss some features to add to the API?
This is still pretty low priority, as no one has shown interest yet, but we can start discussing if you have ideas.
If you think that it can be useful, I would be happy to start to think of some proposal. Also the ffi binding it is interesting to me, because I have a possible project where integrate nakamoto written in kotlin (btcli4j).