lightningdevkit / ldk-node

A ready-to-go node implementation built using LDK.
Other
140 stars 72 forks source link

Expose a way to access channel or reserve type #305

Open tnull opened 3 months ago

tnull commented 3 months ago

In #141 there was discussion around whether and how to best expose the type (Anchors or not) of a channel and the reserve we keep (upfront/legacy, adaptive anchors, no reserve anchors) in the API. For now, we dropped the previously included ChannelType, but should revisit this question again eventually.