RadarTech / lnrpc

A Typescript gRPC client for LND with support for all LND sub-servers
MIT License
43 stars 13 forks source link

Fix stream types, bump version #37

Closed cavanmflynn closed 5 years ago

cavanmflynn commented 5 years ago

The return value for stream methods should not be promise wrapped.

This PR resolves https://github.com/RadarTech/lnrpc/issues/36