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 ExpiryTime
ExpiryTime. clone()
Creates a copy of the ExpiryTimeExpiryTime
RawInvoice. expiry_time()
Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent Nonestatic ExpiryTime
ExpiryTime. from_duration(long duration)
Construct an `ExpiryTime` from a [`Duration`], dropping the sub-second part.static ExpiryTime
ExpiryTime. from_seconds(long seconds)
Construct an `ExpiryTime` from seconds.Methods in org.ldk.structs with parameters of type ExpiryTime Modifier and Type Method Description boolean
ExpiryTime. eq(ExpiryTime b)
Checks if two ExpiryTimes contain equal inner contents.
-