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
Copy file name to clipboardExpand all lines: docs/overview/blockchain_data.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,5 @@
3
3
LDK provides a simple `block_connected`/`block_disconnected` API which you pass block headers and transaction information to. LDK also provides an API for getting information about transactions it wishes to be informed of, which is compatible with Electrum server requests/neutrino filtering/etc.
4
4
5
5
[Blockchain Data Guide](https://lightningdevkit.org/blockchain_data/introduction/)
6
+
6
7
[Sample module in Rust](https://github.com/rust-bitcoin/rust-lightning/tree/main/lightning-block-sync)
0 commit comments