Package org.ldk.structs
Class Result_UnsignedChannelUpdateDecodeErrorZ
- java.lang.Object
-
- org.ldk.structs.Result_UnsignedChannelUpdateDecodeErrorZ
-
- Direct Known Subclasses:
Result_UnsignedChannelUpdateDecodeErrorZ.Result_UnsignedChannelUpdateDecodeErrorZ_Err,Result_UnsignedChannelUpdateDecodeErrorZ.Result_UnsignedChannelUpdateDecodeErrorZ_OK
public class Result_UnsignedChannelUpdateDecodeErrorZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResult_UnsignedChannelUpdateDecodeErrorZ.Result_UnsignedChannelUpdateDecodeErrorZ_Errstatic classResult_UnsignedChannelUpdateDecodeErrorZ.Result_UnsignedChannelUpdateDecodeErrorZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Result_UnsignedChannelUpdateDecodeErrorZclone()Creates a new CResult_UnsignedChannelUpdateDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.static Result_UnsignedChannelUpdateDecodeErrorZerr(DecodeError e)Creates a new CResult_UnsignedChannelUpdateDecodeErrorZ in the error state.protected voidfinalize()static Result_UnsignedChannelUpdateDecodeErrorZok(UnsignedChannelUpdate o)Creates a new CResult_UnsignedChannelUpdateDecodeErrorZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_UnsignedChannelUpdateDecodeErrorZ ok(UnsignedChannelUpdate o)
Creates a new CResult_UnsignedChannelUpdateDecodeErrorZ in the success state.
-
err
public static Result_UnsignedChannelUpdateDecodeErrorZ err(DecodeError e)
Creates a new CResult_UnsignedChannelUpdateDecodeErrorZ in the error state.
-
clone
public Result_UnsignedChannelUpdateDecodeErrorZ clone()
Creates a new CResult_UnsignedChannelUpdateDecodeErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.
-
-