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
Fields in org.ldk.impl declared as IOError Modifier and Type Field Description IOErrorbindings.LDKDecodeError.Io. ioMethods in org.ldk.impl that return IOError Modifier and Type Method Description static IOErrorbindings. CResult_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ_get_err(long owner)static IOErrorbindings. CResult_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ_get_err(long owner)static IOErrorbindings. CResult_CVec_StrZIOErrorZ_get_err(long owner)static IOErrorbindings. CResult_CVec_u8ZIOErrorZ_get_err(long owner)static IOErrorbindings. CResult_NoneIOErrorZ_get_err(long owner)Methods in org.ldk.impl with parameters of type IOError Modifier and Type Method Description static longbindings. CResult_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ_err(IOError e)static longbindings. CResult_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ_err(IOError e)static longbindings. CResult_CVec_StrZIOErrorZ_err(IOError e)static longbindings. CResult_CVec_u8ZIOErrorZ_err(IOError e)static longbindings. CResult_NoneIOErrorZ_err(IOError e)static longbindings. DecodeError_io(IOError a) -
Uses of IOError in org.ldk.structs
Fields in org.ldk.structs declared as IOError Modifier and Type Field Description IOErrorResult_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ.Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ_Err. errIOErrorResult_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ.Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ_Err. errIOErrorResult_CVec_StrZIOErrorZ.Result_CVec_StrZIOErrorZ_Err. errIOErrorResult_CVec_u8ZIOErrorZ.Result_CVec_u8ZIOErrorZ_Err. errIOErrorResult_NoneIOErrorZ.Result_NoneIOErrorZ_Err. errIOErrorDecodeError.Io. ioMethods in org.ldk.structs with parameters of type IOError Modifier and Type Method Description static Result_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZResult_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ. err(IOError e)Creates a new CResult_C2Tuple_ThirtyTwoBytesChannelMonitorZIOErrorZ in the error state.static Result_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZResult_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ. err(IOError e)Creates a new CResult_CVec_C2Tuple_ThirtyTwoBytesChannelMonitorZZIOErrorZ in the error state.static Result_CVec_StrZIOErrorZResult_CVec_StrZIOErrorZ. err(IOError e)Creates a new CResult_CVec_StrZIOErrorZ in the error state.static Result_CVec_u8ZIOErrorZResult_CVec_u8ZIOErrorZ. err(IOError e)Creates a new CResult_CVec_u8ZIOErrorZ in the error state.static Result_NoneIOErrorZResult_NoneIOErrorZ. err(IOError e)Creates a new CResult_NoneIOErrorZ in the error state.static DecodeErrorDecodeError. io(IOError a)Utility method to constructs a new Io-variant DecodeError
-