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