Uses of Class
org.ldk.structs.Result_InFlightHtlcsDecodeErrorZ
-
Packages that use Result_InFlightHtlcsDecodeErrorZ Package Description org.ldk.structs -
-
Uses of Result_InFlightHtlcsDecodeErrorZ in org.ldk.structs
Subclasses of Result_InFlightHtlcsDecodeErrorZ in org.ldk.structs Modifier and Type Class Description static classResult_InFlightHtlcsDecodeErrorZ.Result_InFlightHtlcsDecodeErrorZ_Errstatic classResult_InFlightHtlcsDecodeErrorZ.Result_InFlightHtlcsDecodeErrorZ_OKMethods in org.ldk.structs that return Result_InFlightHtlcsDecodeErrorZ Modifier and Type Method Description static Result_InFlightHtlcsDecodeErrorZResult_InFlightHtlcsDecodeErrorZ. err(DecodeError e)Creates a new CResult_InFlightHtlcsDecodeErrorZ in the error state.static Result_InFlightHtlcsDecodeErrorZResult_InFlightHtlcsDecodeErrorZ. ok(InFlightHtlcs o)Creates a new CResult_InFlightHtlcsDecodeErrorZ in the success state.static Result_InFlightHtlcsDecodeErrorZInFlightHtlcs. read(byte[] ser)Read a InFlightHtlcs from a byte array, created by InFlightHtlcs_write
-