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
similar to how there is the generic NodeRequest/NodeResponse and AdminRequest/AdminResponse enums we will probably want generic mpsc::Channel's for sending/receiving this data over.
I think there probably needs to be an issue about setting up streaming apis in general that needs to happen in order to properly implement this and other endpoints.
Something like the equivalent of
SubscribeInvoices
in LND: https://api.lightning.community/#subscribeinvoicesThis will probably require gRPC, because it has a streaming response.
The text was updated successfully, but these errors were encountered: