rust-lightning/lightning
Matt Corallo 6afda60d88 Make ManyChannelMonitor Keys an associated type
Instead of using a raw generic type, an associted type allows us
to have explicit docs on the type, which is nice. More importantly,
however, our automated bindings generator knows how to read
associated types but not raw generics.

Also, our bindings generator expects things which are referenced to
have already been defined, so we move ManyChannelMonitor below the
ChannelMonitor definition.
2020-05-22 13:59:14 -04:00
..
src Make ManyChannelMonitor Keys an associated type 2020-05-22 13:59:14 -04:00
Cargo.toml Remove non-bitcoin chain helpers 2020-05-12 09:27:11 -04:00