Package org.ldk.structs
Class Option_MaxDustHTLCExposureZ
- java.lang.Object
-
- org.ldk.structs.Option_MaxDustHTLCExposureZ
-
- Direct Known Subclasses:
Option_MaxDustHTLCExposureZ.None,Option_MaxDustHTLCExposureZ.Some
public class Option_MaxDustHTLCExposureZ extends Object
An enum which can either contain a crate::lightning::util::config::MaxDustHTLCExposure or not
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOption_MaxDustHTLCExposureZ.NoneWhen we're in this state, this COption_MaxDustHTLCExposureZ contains nothingstatic classOption_MaxDustHTLCExposureZ.SomeWhen we're in this state, this COption_MaxDustHTLCExposureZ contains a crate::lightning::util::config::MaxDustHTLCExposure
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Option_MaxDustHTLCExposureZclone()Creates a new COption_MaxDustHTLCExposureZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.protected voidfinalize()static Option_MaxDustHTLCExposureZnone()Constructs a new COption_MaxDustHTLCExposureZ containing nothingstatic Option_MaxDustHTLCExposureZsome(MaxDustHTLCExposure o)Constructs a new COption_MaxDustHTLCExposureZ containing a crate::lightning::util::config::MaxDustHTLCExposure
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
some
public static Option_MaxDustHTLCExposureZ some(MaxDustHTLCExposure o)
Constructs a new COption_MaxDustHTLCExposureZ containing a crate::lightning::util::config::MaxDustHTLCExposure
-
none
public static Option_MaxDustHTLCExposureZ none()
Constructs a new COption_MaxDustHTLCExposureZ containing nothing
-
clone
public Option_MaxDustHTLCExposureZ clone()
Creates a new COption_MaxDustHTLCExposureZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-