Uses of Class
org.ldk.structs.PositiveTimestamp
-
Packages that use PositiveTimestamp Package Description org.ldk.structs -
-
Uses of PositiveTimestamp in org.ldk.structs
Fields in org.ldk.structs declared as PositiveTimestamp Modifier and Type Field Description PositiveTimestamp
Result_PositiveTimestampCreationErrorZ.Result_PositiveTimestampCreationErrorZ_OK. res
Methods in org.ldk.structs that return PositiveTimestamp Modifier and Type Method Description PositiveTimestamp
PositiveTimestamp. clone()
Creates a copy of the PositiveTimestampPositiveTimestamp
RawDataPart. get_timestamp()
generation time of the invoiceMethods in org.ldk.structs with parameters of type PositiveTimestamp Modifier and Type Method Description boolean
PositiveTimestamp. eq(PositiveTimestamp b)
Checks if two PositiveTimestamps contain equal inner contents.static Result_PositiveTimestampCreationErrorZ
Result_PositiveTimestampCreationErrorZ. ok(PositiveTimestamp o)
Creates a new CResult_PositiveTimestampCreationErrorZ in the success state.void
RawDataPart. set_timestamp(PositiveTimestamp val)
generation time of the invoice
-