Module breez_sdk_liquid::lightning::util::config
Expand description
Various user-configurable channel limits and settings which ChannelManager applies for you.
Structs§
- Options which apply on a per-channel basis and may change at runtime or based on negotiation with our counterparty.
- A parallel struct to
ChannelConfig
to define partial updates. - Configuration we set when applicable.
- Optional channel limits which are applied during channel creation.
- Top-level config which holds ChannelHandshakeLimits and ChannelConfig.
Enums§
- Options for how to set the max dust HTLC exposure allowed on a channel. See
ChannelConfig::max_dust_htlc_exposure
for details.