Uses of Class
org.ldk.structs.ChannelConfigUpdate
-
Packages that use ChannelConfigUpdate Package Description org.ldk.structs -
-
Uses of ChannelConfigUpdate in org.ldk.structs
Methods in org.ldk.structs that return ChannelConfigUpdate Modifier and Type Method Description static ChannelConfigUpdateChannelConfigUpdate. of(Option_u32Z forwarding_fee_proportional_millionths_arg, Option_u32Z forwarding_fee_base_msat_arg, Option_u16Z cltv_expiry_delta_arg, Option_MaxDustHTLCExposureZ max_dust_htlc_exposure_msat_arg, Option_u64Z force_close_avoidance_max_fee_satoshis_arg)Constructs a new ChannelConfigUpdate given each fieldstatic ChannelConfigUpdateChannelConfigUpdate. with_default()Creates a "default" ChannelConfigUpdate.Methods in org.ldk.structs with parameters of type ChannelConfigUpdate Modifier and Type Method Description voidChannelConfig. apply(ChannelConfigUpdate update)Applies the given [`ChannelConfigUpdate`] as a partial update to the [`ChannelConfig`].Result_NoneAPIErrorZChannelManager. update_partial_channel_config(byte[] counterparty_node_id, byte[][] channel_ids, ChannelConfigUpdate config_update)Atomically applies partial updates to the [`ChannelConfig`] of the given channels.
-