Merge pull request #192 from TheBlueMatt/2018-09-docs-docs-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;