Uses of Class
org.ldk.structs.Option_DurationZ
-
Packages that use Option_DurationZ Package Description org.ldk.structs -
-
Uses of Option_DurationZ in org.ldk.structs
Subclasses of Option_DurationZ in org.ldk.structs Modifier and Type Class Description static classOption_DurationZ.NoneWhen we're in this state, this COption_DurationZ contains nothingstatic classOption_DurationZ.SomeWhen we're in this state, this COption_DurationZ contains a u64Methods in org.ldk.structs that return Option_DurationZ Modifier and Type Method Description Option_DurationZOffer. absolute_expiry()Duration since the Unix epoch when an invoice should no longer be requested.Option_DurationZRefund. absolute_expiry()Duration since the Unix epoch when an invoice should no longer be sent.Option_DurationZOption_DurationZ. clone()Creates a new COption_DurationZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Option_DurationZInvoice. expires_at()Returns the Duration since the Unix epoch at which the invoice expires.static Option_DurationZOption_DurationZ. none()Constructs a new COption_DurationZ containing nothingstatic Option_DurationZOption_DurationZ. some(long o)Constructs a new COption_DurationZ containing a u64
-