Uses of Class
org.ldk.structs.MaxDustHTLCExposure
-
Packages that use MaxDustHTLCExposure Package Description org.ldk.structs -
-
Uses of MaxDustHTLCExposure in org.ldk.structs
Subclasses of MaxDustHTLCExposure in org.ldk.structs Modifier and Type Class Description static classMaxDustHTLCExposure.FeeRateMultiplierThis sets a multiplier on the estimated high priority feerate (sats/KW, as obtained from [`FeeEstimator`]) to determine the maximum allowed dust exposure.static classMaxDustHTLCExposure.FixedLimitMsatThis sets a fixed limit on the total dust exposure in millisatoshis.Fields in org.ldk.structs declared as MaxDustHTLCExposure Modifier and Type Field Description MaxDustHTLCExposureResult_MaxDustHTLCExposureDecodeErrorZ.Result_MaxDustHTLCExposureDecodeErrorZ_OK. resMaxDustHTLCExposureOption_MaxDustHTLCExposureZ.Some. someMethods in org.ldk.structs that return MaxDustHTLCExposure Modifier and Type Method Description MaxDustHTLCExposureMaxDustHTLCExposure. clone()Creates a copy of the MaxDustHTLCExposurestatic MaxDustHTLCExposureMaxDustHTLCExposure. fee_rate_multiplier(long a)Utility method to constructs a new FeeRateMultiplier-variant MaxDustHTLCExposurestatic MaxDustHTLCExposureMaxDustHTLCExposure. fixed_limit_msat(long a)Utility method to constructs a new FixedLimitMsat-variant MaxDustHTLCExposureMaxDustHTLCExposureChannelConfig. get_max_dust_htlc_exposure()Limit our total exposure to in-flight HTLCs which are burned to fees as they are too small to claim on-chain.Methods in org.ldk.structs with parameters of type MaxDustHTLCExposure Modifier and Type Method Description booleanMaxDustHTLCExposure. eq(MaxDustHTLCExposure b)Checks if two MaxDustHTLCExposures contain equal inner contents.static ChannelConfigChannelConfig. of(int forwarding_fee_proportional_millionths_arg, int forwarding_fee_base_msat_arg, short cltv_expiry_delta_arg, MaxDustHTLCExposure max_dust_htlc_exposure_arg, long force_close_avoidance_max_fee_satoshis_arg, boolean accept_underpaying_htlcs_arg)Constructs a new ChannelConfig given each fieldstatic Result_MaxDustHTLCExposureDecodeErrorZResult_MaxDustHTLCExposureDecodeErrorZ. ok(MaxDustHTLCExposure o)Creates a new CResult_MaxDustHTLCExposureDecodeErrorZ in the success state.voidChannelConfig. set_max_dust_htlc_exposure(MaxDustHTLCExposure val)Limit our total exposure to in-flight HTLCs which are burned to fees as they are too small to claim on-chain.static Option_MaxDustHTLCExposureZOption_MaxDustHTLCExposureZ. some(MaxDustHTLCExposure o)Constructs a new COption_MaxDustHTLCExposureZ containing a crate::lightning::util::config::MaxDustHTLCExposure
-