Package org.ldk.structs
Class Result_OutPointDecodeErrorZ
- java.lang.Object
-
- org.ldk.structs.Result_OutPointDecodeErrorZ
-
- Direct Known Subclasses:
Result_OutPointDecodeErrorZ.Result_OutPointDecodeErrorZ_Err,Result_OutPointDecodeErrorZ.Result_OutPointDecodeErrorZ_OK
public class Result_OutPointDecodeErrorZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_OutPointDecodeErrorZ.Result_OutPointDecodeErrorZ_Errstatic classResult_OutPointDecodeErrorZ.Result_OutPointDecodeErrorZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Result_OutPointDecodeErrorZclone()Creates a new CResult_OutPointDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_OutPointDecodeErrorZerr(DecodeError e)Creates a new CResult_OutPointDecodeErrorZ in the error state.protected voidfinalize()static Result_OutPointDecodeErrorZok(OutPoint o)Creates a new CResult_OutPointDecodeErrorZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_OutPointDecodeErrorZ ok(OutPoint o)
Creates a new CResult_OutPointDecodeErrorZ in the success state.
-
err
public static Result_OutPointDecodeErrorZ err(DecodeError e)
Creates a new CResult_OutPointDecodeErrorZ in the error state.
-
clone
public Result_OutPointDecodeErrorZ clone()
Creates a new CResult_OutPointDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-