Uses of Class
org.ldk.structs.Option_MaxDustHTLCExposureZ
-
Packages that use Option_MaxDustHTLCExposureZ Package Description org.ldk.structs -
-
Uses of Option_MaxDustHTLCExposureZ in org.ldk.structs
Subclasses of Option_MaxDustHTLCExposureZ in org.ldk.structs Modifier and Type Class Description static classOption_MaxDustHTLCExposureZ.NoneWhen we're in this state, this COption_MaxDustHTLCExposureZ contains nothingstatic classOption_MaxDustHTLCExposureZ.SomeWhen we're in this state, this COption_MaxDustHTLCExposureZ contains a crate::lightning::util::config::MaxDustHTLCExposureMethods in org.ldk.structs that return Option_MaxDustHTLCExposureZ Modifier and Type Method Description Option_MaxDustHTLCExposureZOption_MaxDustHTLCExposureZ. clone()Creates a new COption_MaxDustHTLCExposureZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_MaxDustHTLCExposureZChannelConfigUpdate. get_max_dust_htlc_exposure_msat()Returns a copy of the field.static Option_MaxDustHTLCExposureZOption_MaxDustHTLCExposureZ. none()Constructs a new COption_MaxDustHTLCExposureZ containing nothingstatic Option_MaxDustHTLCExposureZOption_MaxDustHTLCExposureZ. some(MaxDustHTLCExposure o)Constructs a new COption_MaxDustHTLCExposureZ containing a crate::lightning::util::config::MaxDustHTLCExposureMethods in org.ldk.structs with parameters of type Option_MaxDustHTLCExposureZ 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 fieldvoidChannelConfigUpdate. set_max_dust_htlc_exposure_msat(Option_MaxDustHTLCExposureZ val)
-