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 IOError
IOError. 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 IOError
bindings. LDKCResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_get_err(long arg)
static IOError
bindings. LDKCResult_NoneErrorZ_get_err(long arg)
Methods in org.ldk.impl with parameters of type IOError Modifier and Type Method Description static long
bindings. CResult_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_err(IOError e)
static long
bindings. 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 IOError
Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ.Result_CVec_C2Tuple_BlockHashChannelMonitorZZErrorZ_Err. err
IOError
Result_NoneErrorZ.Result_NoneErrorZ_Err. err
Methods in org.ldk.structs with parameters of type IOError 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_NoneErrorZ
Result_NoneErrorZ. err(IOError e)
Creates a new CResult_NoneErrorZ in the error state.
-