Uses of Class
org.ldk.structs.Result_ChannelTypeFeaturesDecodeErrorZ
-
Packages that use Result_ChannelTypeFeaturesDecodeErrorZ Package Description org.ldk.structs -
-
Uses of Result_ChannelTypeFeaturesDecodeErrorZ in org.ldk.structs
Subclasses of Result_ChannelTypeFeaturesDecodeErrorZ in org.ldk.structs Modifier and Type Class Description static classResult_ChannelTypeFeaturesDecodeErrorZ.Result_ChannelTypeFeaturesDecodeErrorZ_Errstatic classResult_ChannelTypeFeaturesDecodeErrorZ.Result_ChannelTypeFeaturesDecodeErrorZ_OKMethods in org.ldk.structs that return Result_ChannelTypeFeaturesDecodeErrorZ Modifier and Type Method Description static Result_ChannelTypeFeaturesDecodeErrorZResult_ChannelTypeFeaturesDecodeErrorZ. err(DecodeError e)Creates a new CResult_ChannelTypeFeaturesDecodeErrorZ in the error state.static Result_ChannelTypeFeaturesDecodeErrorZResult_ChannelTypeFeaturesDecodeErrorZ. ok(ChannelTypeFeatures o)Creates a new CResult_ChannelTypeFeaturesDecodeErrorZ in the success state.static Result_ChannelTypeFeaturesDecodeErrorZChannelTypeFeatures. read(byte[] ser)Read a ChannelTypeFeatures from a byte array, created by ChannelTypeFeatures_write
-