Generate Events from ChannelMonitor to indicate spendable ouputs
[rust-lightning] / src / chain / mod.rs
index 4f0ac61389b2368b6d837ab2a05afe3e3a0973f2..ffa5ed968be4d62e391f613a337f464b37d31b27 100644 (file)
@@ -1 +1,5 @@
+//! Structs and traits which allow other parts of rust-lightning to interact with the blockchain.
+
 pub mod chaininterface;
+pub mod transaction;
+pub mod keysinterface;