Add module and all-pub-things docs and deny missing docs
[rust-lightning] / src / chain / mod.rs
1 //! Module provides structs and traits which allow other parts of rust-lightning to interact with
2 //! the blockchain.
3
4 pub mod chaininterface;
5 pub mod transaction;