Skip to content

Commit 3013e1c

Browse files
Links for ChainMonitor
1 parent dddbf67 commit 3013e1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/build_node.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Persist persister = Persist.new_impl(new Persist.PersistInterface() {
7272
* What it's used for: monitoring the chain for lighting transactions that are relevant to our node, and broadcasting force close transactions if need be
7373
* Dependencies: fee estimator, logger, transaction broadcaster, channel data persister
7474
* Optional dependency: a chain filter that allows LDK to let you know what transactions you should filter blocks for. This is useful if you pre-filter blocks or use compact filters. Otherwise, LDK will need full blocks.
75+
* References: [Rust docs](https://docs.rs/lightning/0.0.12/lightning/chain/chainmonitor/struct.ChainMonitor.html), [Java bindings](https://github.com/lightningdevkit/ldk-garbagecollected/blob/main/src/main/java/org/ldk/structs/ChainMonitor.java), [Rust `Filter` docs](https://docs.rs/lightning/0.0.12/lightning/chain/trait.Filter.html)
7576
* Example:
7677
```java
7778
// Example of a ChainMonitor if you *are* running a light client or filtering for transactions:

0 commit comments

Comments
 (0)