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 class
Result_ChannelFeaturesDecodeErrorZ.Result_ChannelFeaturesDecodeErrorZ_Err
static class
Result_ChannelFeaturesDecodeErrorZ.Result_ChannelFeaturesDecodeErrorZ_OK
Methods in org.ldk.structs that return Result_ChannelFeaturesDecodeErrorZ Modifier and Type Method Description static Result_ChannelFeaturesDecodeErrorZ
Result_ChannelFeaturesDecodeErrorZ. err(DecodeError e)
Creates a new CResult_ChannelFeaturesDecodeErrorZ in the error state.static Result_ChannelFeaturesDecodeErrorZ
Result_ChannelFeaturesDecodeErrorZ. ok(ChannelFeatures o)
Creates a new CResult_ChannelFeaturesDecodeErrorZ in the success state.static Result_ChannelFeaturesDecodeErrorZ
ChannelFeatures. read(byte[] ser)
Read a ChannelFeatures from a byte array, created by ChannelFeatures_write
-