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