Uses of Class
org.ldk.structs.Result_ChannelFeaturesDecodeErrorZ
-
Packages that use Result_ChannelFeaturesDecodeErrorZ Package Description org.ldk.structs -
-
Uses of Result_ChannelFeaturesDecodeErrorZ in org.ldk.structs
Subclasses of Result_ChannelFeaturesDecodeErrorZ in org.ldk.structs Modifier and Type Class Description static classResult_ChannelFeaturesDecodeErrorZ.Result_ChannelFeaturesDecodeErrorZ_Errstatic classResult_ChannelFeaturesDecodeErrorZ.Result_ChannelFeaturesDecodeErrorZ_OKMethods in org.ldk.structs that return Result_ChannelFeaturesDecodeErrorZ Modifier and Type Method Description static Result_ChannelFeaturesDecodeErrorZResult_ChannelFeaturesDecodeErrorZ. err(DecodeError e)Creates a new CResult_ChannelFeaturesDecodeErrorZ in the error state.static Result_ChannelFeaturesDecodeErrorZResult_ChannelFeaturesDecodeErrorZ. ok(ChannelFeatures o)Creates a new CResult_ChannelFeaturesDecodeErrorZ in the success state.static Result_ChannelFeaturesDecodeErrorZChannelFeatures. read(byte[] ser)Read a ChannelFeatures from a byte array, created by ChannelFeatures_write
-