RadarTech / lnrpc

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

Return longs as strings #21

Closed cavanmflynn closed 5 years ago

cavanmflynn commented 5 years ago

The type defs specify that longs should be returned as strings. However, they are currently being returned as Long objects. This PR aligns the returned value with the type.