Uses of Class
org.ldk.structs.Option_f64Z
-
Packages that use Option_f64Z Package Description org.ldk.structs -
-
Uses of Option_f64Z in org.ldk.structs
Subclasses of Option_f64Z in org.ldk.structs Modifier and Type Class Description static classOption_f64Z.NoneWhen we're in this state, this COption_f64Z contains nothingstatic classOption_f64Z.SomeWhen we're in this state, this COption_f64Z contains a f64Methods in org.ldk.structs that return Option_f64Z Modifier and Type Method Description Option_f64ZOption_f64Z. clone()Creates a new COption_f64Z which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_f64ZProbabilisticScorer. historical_estimated_payment_success_probability(long scid, NodeId target, long amount_msat, ProbabilisticScoringFeeParameters params)Query the probability of payment success sending the given `amount_msat` over the channel with `scid` towards the given `target` node, based on the historical estimated liquidity bounds.static Option_f64ZOption_f64Z. none()Constructs a new COption_f64Z containing nothingstatic Option_f64ZOption_f64Z. some(double o)Constructs a new COption_f64Z containing a f64
-