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

pub mod chaininterface;
pub mod transaction;
pub mod keysinterface;