Uses of Class
org.ldk.structs.ExpiryTime
-
Packages that use ExpiryTime Package Description org.ldk.structs -
-
Uses of ExpiryTime in org.ldk.structs
Methods in org.ldk.structs that return ExpiryTime Modifier and Type Method Description ExpiryTimeExpiryTime. clone()Creates a copy of the ExpiryTimeExpiryTimeRawInvoice. expiry_time()Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent Nonestatic ExpiryTimeExpiryTime. from_duration(long duration)Construct an `ExpiryTime` from a `Duration`.static ExpiryTimeExpiryTime. from_seconds(long seconds)Construct an `ExpiryTime` from seconds.Methods in org.ldk.structs with parameters of type ExpiryTime Modifier and Type Method Description booleanExpiryTime. eq(ExpiryTime b)Checks if two ExpiryTimes contain equal inner contents.
-