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 ChannelHandshakeLimits
ChannelHandshakeLimits. clone()
Creates a copy of the ChannelHandshakeLimitsChannelHandshakeLimits
UserConfig. get_channel_handshake_limits()
Limits applied to our counterparty's proposed channel handshake config settings.static ChannelHandshakeLimits
ChannelHandshakeLimits. of(long min_funding_satoshis_arg, long max_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 trust_own_funding_0conf_arg, boolean force_announced_channel_preference_arg, short their_to_self_delay_arg)
Constructs a new ChannelHandshakeLimits given each fieldstatic ChannelHandshakeLimits
ChannelHandshakeLimits. with_default()
Creates a "default" ChannelHandshakeLimits.Methods in org.ldk.structs with parameters of type ChannelHandshakeLimits Modifier and Type Method Description static UserConfig
UserConfig. of(ChannelHandshakeConfig channel_handshake_config_arg, ChannelHandshakeLimits channel_handshake_limits_arg, ChannelConfig channel_config_arg, boolean accept_forwards_to_priv_channels_arg, boolean accept_inbound_channels_arg, boolean manually_accept_inbound_channels_arg, boolean accept_intercept_htlcs_arg)
Constructs a new UserConfig given each fieldvoid
UserConfig. set_channel_handshake_limits(ChannelHandshakeLimits val)
Limits applied to our counterparty's proposed channel handshake config settings.
-