Uses of Class
org.ldk.structs.ChannelHandshakeConfig
-
Packages that use ChannelHandshakeConfig Package Description org.ldk.structs -
-
Uses of ChannelHandshakeConfig in org.ldk.structs
Methods in org.ldk.structs that return ChannelHandshakeConfig Modifier and Type Method Description ChannelHandshakeConfig
ChannelHandshakeConfig. clone()
Creates a copy of the ChannelHandshakeConfigChannelHandshakeConfig
UserConfig. get_channel_handshake_config()
Channel handshake config that we propose to our counterparty.static ChannelHandshakeConfig
ChannelHandshakeConfig. of(int minimum_depth_arg, short our_to_self_delay_arg, long our_htlc_minimum_msat_arg, byte max_inbound_htlc_value_in_flight_percent_of_channel_arg, boolean negotiate_scid_privacy_arg, boolean announced_channel_arg, boolean commit_upfront_shutdown_pubkey_arg, int their_channel_reserve_proportional_millionths_arg, short our_max_accepted_htlcs_arg)
Constructs a new ChannelHandshakeConfig given each fieldstatic ChannelHandshakeConfig
ChannelHandshakeConfig. with_default()
Creates a "default" ChannelHandshakeConfig.Methods in org.ldk.structs with parameters of type ChannelHandshakeConfig 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_config(ChannelHandshakeConfig val)
Channel handshake config that we propose to our counterparty.
-