[][src]Module lightning::util::config

Various user-configurable channel limits and settings which ChannelManager applies for you.

Structs

ChannelConfig

Options which apply on a per-channel basis and may change at runtime or based on negotiation with our counterparty.

ChannelHandshakeLimits

Optional channel limits which are applied during channel creation.

UserConfig

Top-level config which holds ChannelHandshakeLimits and ChannelConfig.