Merge pull request #194 from TheBlueMatt/2018-09-doc-cleanup
[rust-lightning] / src / chain / mod.rs
1 //! Structs and traits which allow other parts of rust-lightning to interact with the blockchain.
2
3 pub mod chaininterface;
4 pub mod transaction;