Uses of Class
org.ldk.structs.ExpiryTime
-
Packages that use ExpiryTime Package Description org.ldk.structs -
-
Uses of ExpiryTime in org.ldk.structs
Fields in org.ldk.structs declared as ExpiryTime Modifier and Type Field Description ExpiryTime
Result_ExpiryTimeCreationErrorZ.Result_ExpiryTimeCreationErrorZ_OK. res
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 NoneMethods 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.static Result_ExpiryTimeCreationErrorZ
Result_ExpiryTimeCreationErrorZ. ok(ExpiryTime o)
Creates a new CResult_ExpiryTimeCreationErrorZ in the success state.
-