There's no typings for this package. Is that something that would be desired? If so, I could take a stab at implementing them.
I understand that the methods exposed after lnd.connect() aren't implemented in this package, and that this package is just really a somewhat thin wrapper around gRPC calls. However, I believe it is possible to write types for the gRPC calls, meaning that it would be possible to interact with lnd API calls, and have the TypeScript compiler/your IDE tell you what the response contains.
There's no typings for this package. Is that something that would be desired? If so, I could take a stab at implementing them.
I understand that the methods exposed after
lnd.connect()aren't implemented in this package, and that this package is just really a somewhat thin wrapper around gRPC calls. However, I believe it is possible to write types for the gRPC calls, meaning that it would be possible to interact withlndAPI calls, and have the TypeScript compiler/your IDE tell you what the response contains.