Follow-up to https://github.com/lightningdevkit/rust-lightning/pull/3234 IMO, it's confusing that we now have both `lightning::ln::types::*` and `lightning-types`. E.g., `ChannelId` is currently still in `lightning::ln::types`, should we move it to `lightning-types`?
Follow-up to #3234
IMO, it's confusing that we now have both
lightning::ln::types::*andlightning-types.E.g.,
ChannelIdis currently still inlightning::ln::types, should we move it tolightning-types?