Uses of Class
org.ldk.structs.Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ
-
Packages that use Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ Package Description org.ldk.structs -
-
Uses of Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ in org.ldk.structs
Subclasses of Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ in org.ldk.structs Modifier and Type Class Description static class
Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ.Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_Err
static class
Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ.Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_OK
Methods in org.ldk.structs that return Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ Modifier and Type Method Description static Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ
Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ. err(IOError e)
Creates a new CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ in the error state.static Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ
Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ. ok(TwoTuple<byte[],ChannelMonitor>[] o)
Creates a new CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ in the success state.Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ
FilesystemPersister. read_channelmonitors(KeysInterface keys_manager)
Read `ChannelMonitor`s from disk.
-