1
2
3
4
5
//! Module provides structs and traits which allow other parts of rust-lightning to interact with
//! the blockchain.

pub mod chaininterface;
pub mod transaction;