Add the `OutPoint` type for the `ChannelMonitor`'s funding_txo field.
[rust-lightning] / src / chain / mod.rs
1 pub mod chaininterface;
2 pub mod transaction;