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 ChannelConfigResult_ChannelConfigDecodeErrorZ.Result_ChannelConfigDecodeErrorZ_OK. resMethods in org.ldk.structs that return ChannelConfig Modifier and Type Method Description ChannelConfigChannelConfig. clone()Creates a copy of the ChannelConfigChannelConfigUserConfig. get_channel_options()Channel config which affects behavior during channel lifetime.static ChannelConfigChannelConfig. 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 ChannelConfigChannelConfig. with_default()Creates a "default" ChannelConfig.Methods in org.ldk.structs with parameters of type ChannelConfig 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 fieldstatic Result_ChannelConfigDecodeErrorZResult_ChannelConfigDecodeErrorZ. ok(ChannelConfig o)Creates a new CResult_ChannelConfigDecodeErrorZ in the success state.voidUserConfig. set_channel_options(ChannelConfig val)Channel config which affects behavior during channel lifetime.
-