We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bb66d commit c1f1283Copy full SHA for c1f1283
docs/blockdata.md
@@ -55,6 +55,10 @@ It is your choice as to whether you use this utility or your own to feed the
55
required chain data to LDK. If you choose to use it, you will need to implement
56
the `BlockSource` interface or use one of the samples that it provides.
57
58
+:::note
59
+Currently, `lightning-block-sync` is only available in Rust.
60
+:::
61
+
62
Implementing the `BlockSource` interface requires defining methods for fetching
63
headers, blocks, and the best block hash.
64
0 commit comments