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
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.
The text was updated successfully, but these errors were encountered:
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).
Currently, the client API is channel based, via
crossbeam-channel
. It would be worth exploring what a futures-based API might look like aroundClient
andclient::Handle
.The text was updated successfully, but these errors were encountered: