Uses of Class
org.ldk.enums.IOError
-
Packages that use IOError Package Description org.ldk.enums org.ldk.impl org.ldk.structs -
-
Uses of IOError in org.ldk.enums
Methods in org.ldk.enums that return IOError Modifier and Type Method Description static IOErrorIOError. valueOf(String name)Returns the enum constant of this type with the specified name.static IOError[]IOError. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IOError in org.ldk.impl
Methods in org.ldk.impl that return IOError Modifier and Type Method Description static IOErrorbindings. LDKCResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_get_err(long arg)static IOErrorbindings. LDKCResult_NoneErrorZ_get_err(long arg)Methods in org.ldk.impl with parameters of type IOError Modifier and Type Method Description static longbindings. CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_err(IOError e)static longbindings. CResult_NoneErrorZ_err(IOError e) -
Uses of IOError in org.ldk.structs
Fields in org.ldk.structs declared as IOError Modifier and Type Field Description IOErrorResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ.Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_Err. errIOErrorResult_NoneErrorZ.Result_NoneErrorZ_Err. errMethods in org.ldk.structs with parameters of type IOError Modifier and Type Method Description static Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ. err(IOError e)Creates a new CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ in the error state.static Result_NoneErrorZResult_NoneErrorZ. err(IOError e)Creates a new CResult_NoneErrorZ in the error state.
-