Uses of Class
org.ldk.structs.ChannelConfig
-
Packages that use ChannelConfig Package Description org.ldk.structs -
-
Uses of ChannelConfig in org.ldk.structs
Fields in org.ldk.structs declared as ChannelConfig Modifier and Type Field Description ChannelConfig
Result_ChannelConfigDecodeErrorZ.Result_ChannelConfigDecodeErrorZ_OK. res
Methods in org.ldk.structs that return ChannelConfig Modifier and Type Method Description ChannelConfig
ChannelConfig. clone()
Creates a copy of the ChannelConfigChannelConfig
UserConfig. get_channel_options()
Channel config which affects behavior during channel lifetime.static ChannelConfig
ChannelConfig. of(int forwarding_fee_proportional_millionths_arg, int forwarding_fee_base_msat_arg, short cltv_expiry_delta_arg, boolean announced_channel_arg, boolean commit_upfront_shutdown_pubkey_arg, long max_dust_htlc_exposure_msat_arg, long force_close_avoidance_max_fee_satoshis_arg)
Constructs a new ChannelConfig given each fieldstatic ChannelConfig
ChannelConfig. with_default()
Creates a "default" ChannelConfig.Methods in org.ldk.structs with parameters of type ChannelConfig 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 fieldstatic Result_ChannelConfigDecodeErrorZ
Result_ChannelConfigDecodeErrorZ. ok(ChannelConfig o)
Creates a new CResult_ChannelConfigDecodeErrorZ in the success state.void
UserConfig. set_channel_options(ChannelConfig val)
Channel config which affects behavior during channel lifetime.
-