In #56, we'll reduce the set of exposed fields in ChannelDetails to a minimum.
For example, we won't expose {inbound,outbound}_scid_aliases. We should figure out if and how we need to expose them (e.g. for LSPS integration), or if we just can leave as is and handle everything internally for the user.
In #56, we'll reduce the set of exposed fields in
ChannelDetailsto a minimum.For example, we won't expose
{inbound,outbound}_scid_aliases. We should figure out if and how we need to expose them (e.g. for LSPS integration), or if we just can leave as is and handle everything internally for the user.