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 ChannelHandshakeConfigChannelHandshakeConfig. clone()Creates a copy of the ChannelHandshakeConfigChannelHandshakeConfigUserConfig. get_channel_handshake_config()Channel handshake config that we propose to our counterparty.static ChannelHandshakeConfigChannelHandshakeConfig. 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)Constructs a new ChannelHandshakeConfig given each fieldstatic ChannelHandshakeConfigChannelHandshakeConfig. with_default()Creates a "default" ChannelHandshakeConfig.Methods in org.ldk.structs with parameters of type ChannelHandshakeConfig Modifier and Type Method Description static UserConfigUserConfig. 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)Constructs a new UserConfig given each fieldvoidUserConfig. set_channel_handshake_config(ChannelHandshakeConfig val)Channel handshake config that we propose to our counterparty.
-