]> git.bitcoin.ninja Git - ldk-java/blob - node-net/README.md
Drop old manual implementations of the `Tx{In,Out}` getters
[ldk-java] / node-net / README.md
1 LDK Node.JS TypeScript Network Implementation
2 =============================================
3
4 This module bridges the LDK `SocketDescriptor` and `PeerManager` interfaces to Node.JS's `net`
5 TCP sockets. See the `lightningdevkit` module for more info.