Uses of Class
org.ldk.structs.Option_C2Tuple_u64u64ZZ
-
Packages that use Option_C2Tuple_u64u64ZZ Package Description org.ldk.structs -
-
Uses of Option_C2Tuple_u64u64ZZ in org.ldk.structs
Subclasses of Option_C2Tuple_u64u64ZZ in org.ldk.structs Modifier and Type Class Description static classOption_C2Tuple_u64u64ZZ.NoneWhen we're in this state, this COption_C2Tuple_u64u64ZZ contains nothingstatic classOption_C2Tuple_u64u64ZZ.SomeWhen we're in this state, this COption_C2Tuple_u64u64ZZ contains a crate::c_types::derived::C2Tuple_u64u64ZMethods in org.ldk.structs that return Option_C2Tuple_u64u64ZZ Modifier and Type Method Description Option_C2Tuple_u64u64ZZOption_C2Tuple_u64u64ZZ. clone()Creates a new COption_C2Tuple_u64u64ZZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_C2Tuple_u64u64ZZProbabilisticScorer. estimated_channel_liquidity_range(long scid, NodeId target)Query the estimated minimum and maximum liquidity available for sending a payment over the channel with `scid` towards the given `target` node.static Option_C2Tuple_u64u64ZZOption_C2Tuple_u64u64ZZ. none()Constructs a new COption_C2Tuple_u64u64ZZ containing nothingstatic Option_C2Tuple_u64u64ZZOption_C2Tuple_u64u64ZZ. some(TwoTuple_u64u64Z o)Constructs a new COption_C2Tuple_u64u64ZZ containing a crate::c_types::derived::C2Tuple_u64u64Z
-