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_own_channel_config()Channel 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)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 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_own_channel_config(ChannelHandshakeConfig val)Channel config that we propose to our counterparty.
-