]> git.bitcoin.ninja Git - rust-lightning/blob - src/chain/mod.rs
Merge pull request #191 from TheBlueMatt/2018-09-chanmon-ser-framework
[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;