Uses of Class
org.ldk.structs.Option_HTLCClaimZ
-
Packages that use Option_HTLCClaimZ Package Description org.ldk.structs -
-
Uses of Option_HTLCClaimZ in org.ldk.structs
Subclasses of Option_HTLCClaimZ in org.ldk.structs Modifier and Type Class Description static classOption_HTLCClaimZ.NoneWhen we're in this state, this COption_HTLCClaimZ contains nothingstatic classOption_HTLCClaimZ.SomeWhen we're in this state, this COption_HTLCClaimZ contains a crate::lightning::ln::chan_utils::HTLCClaimMethods in org.ldk.structs that return Option_HTLCClaimZ Modifier and Type Method Description static Option_HTLCClaimZUtilMethods. HTLCClaim_from_witness(byte[] witness)Check if a given input witness attempts to claim a HTLC.static Option_HTLCClaimZOption_HTLCClaimZ. none()Constructs a new COption_HTLCClaimZ containing nothingstatic Option_HTLCClaimZOption_HTLCClaimZ. some(HTLCClaim o)Constructs a new COption_HTLCClaimZ containing a crate::lightning::ln::chan_utils::HTLCClaim
-