Uses of Class
org.ldk.structs.ChannelHandshakeLimits
-
Packages that use ChannelHandshakeLimits Package Description org.ldk.structs -
-
Uses of ChannelHandshakeLimits in org.ldk.structs
Methods in org.ldk.structs that return ChannelHandshakeLimits Modifier and Type Method Description ChannelHandshakeLimitsChannelHandshakeLimits. clone()Creates a copy of the ChannelHandshakeLimitsChannelHandshakeLimitsUserConfig. get_peer_channel_config_limits()Limits applied to our counterparty's proposed channel config settings.static ChannelHandshakeLimitsChannelHandshakeLimits. of(long min_funding_satoshis_arg, long max_htlc_minimum_msat_arg, long min_max_htlc_value_in_flight_msat_arg, long max_channel_reserve_satoshis_arg, short min_max_accepted_htlcs_arg, int max_minimum_depth_arg, boolean force_announced_channel_preference_arg, short their_to_self_delay_arg)Constructs a new ChannelHandshakeLimits given each fieldstatic ChannelHandshakeLimitsChannelHandshakeLimits. with_default()Creates a "default" ChannelHandshakeLimits.Methods in org.ldk.structs with parameters of type ChannelHandshakeLimits Modifier and Type Method Description static UserConfigUserConfig. of(ChannelHandshakeConfig own_channel_config_arg, ChannelHandshakeLimits peer_channel_config_limits_arg, ChannelConfig channel_options_arg, boolean accept_forwards_to_priv_channels_arg)Constructs a new UserConfig given each fieldvoidUserConfig. set_peer_channel_config_limits(ChannelHandshakeLimits val)Limits applied to our counterparty's proposed channel config settings.
-