2919e08bfb9699061da0cb44246b83e8443c76be
[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;