Uses of Class
org.ldk.structs.Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ
-
Packages that use Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ Package Description org.ldk.structs -
-
Uses of Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ in org.ldk.structs
Subclasses of Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ in org.ldk.structs Modifier and Type Class Description static class
Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_Err
static class
Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ.Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ_OK
Methods in org.ldk.structs that return Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ Modifier and Type Method Description static Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ
UtilMethods. BlockHashChannelMonitorZ_read(byte[] ser, KeysInterface arg)
Read a C2Tuple_BlockHashChannelMonitorZ from a byte array, created by C2Tuple_BlockHashChannelMonitorZ_writestatic Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ
Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ. err(DecodeError e)
Creates a new CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ in the error state.static Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ
Result_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ. ok(TwoTuple<byte[],ChannelMonitor> o)
Creates a new CResult_C2Tuple_BlockHashChannelMonitorZDecodeErrorZ in the success state.
-