Package org.ldk.structs
Class Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ
- java.lang.Object
-
- org.ldk.structs.Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ
-
- Direct Known Subclasses:
Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_Err
,Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_OK
public class Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_Err
static class
Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ.Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ_OK
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ
err(DecodeError e)
Creates a new CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ in the error state.protected void
finalize()
static Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ
ok(TwoTuple<byte[],ChannelManager> o)
Creates a new CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ in the success state.
-
-
-
Method Detail
-
finalize
protected void finalize() throws Throwable
-
ok
public static Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ ok(TwoTuple<byte[],ChannelManager> o)
Creates a new CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ in the success state.
-
err
public static Result_C2Tuple_BlockHashChannelManagerZDecodeErrorZ err(DecodeError e)
Creates a new CResult_C2Tuple_BlockHashChannelManagerZDecodeErrorZ in the error state.
-
-