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 class
Option_DurationZ.None
When we're in this state, this COption_DurationZ contains nothingstatic class
Option_DurationZ.Some
When 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_DurationZ
Offer. absolute_expiry()
Duration since the Unix epoch when an invoice should no longer be requested.Option_DurationZ
Refund. absolute_expiry()
Duration since the Unix epoch when an invoice should no longer be sent.Option_DurationZ
Option_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_DurationZ
Invoice. expires_at()
Returns the Duration since the Unix epoch at which the invoice expires.static Option_DurationZ
Option_DurationZ. none()
Constructs a new COption_DurationZ containing nothingstatic Option_DurationZ
Option_DurationZ. some(long o)
Constructs a new COption_DurationZ containing a u64
-