rust-lightning/lightning
Matt Corallo 1f616c0058 Move the public channel state API into a new module
Our "what is the channel's current state" structs have slowly
grown to be rather nontrivial, and now include eight structs with
many fields. Thus, it makes sense to pull them out of
`ln::channelmanager` and into their own module.

This also makes things easier for the C bindings which don't
support `pub use` from a private module.
2024-06-04 14:21:08 +00:00
..
src Move the public channel state API into a new module 2024-06-04 14:21:08 +00:00
Cargo.toml Upgrade rust-bitcoin to 0.31 2024-05-30 18:35:29 +08:00