Uses of Class
org.ldk.structs.Result_NoneAPIErrorZ
-
Packages that use Result_NoneAPIErrorZ Package Description org.ldk.structs -
-
Uses of Result_NoneAPIErrorZ in org.ldk.structs
Subclasses of Result_NoneAPIErrorZ in org.ldk.structs Modifier and Type Class Description static classResult_NoneAPIErrorZ.Result_NoneAPIErrorZ_Errstatic classResult_NoneAPIErrorZ.Result_NoneAPIErrorZ_OKFields in org.ldk.structs declared as Result_NoneAPIErrorZ Modifier and Type Field Description Result_NoneAPIErrorZ[]PaymentSendFailure.PartialFailure. partial_failureResult_NoneAPIErrorZ[]PaymentSendFailure.PathParameterError. path_parameter_errorMethods in org.ldk.structs that return Result_NoneAPIErrorZ Modifier and Type Method Description Result_NoneAPIErrorZResult_NoneAPIErrorZ. clone()Creates a new CResult_NoneAPIErrorZ which has the same data as `orig` but with all dynamically-allocated buffers duplicated in new buffers.Result_NoneAPIErrorZChannelManager. close_channel(byte[] channel_id)Begins the process of closing a channel.Result_NoneAPIErrorZChannelManager. close_channel_with_target_feerate(byte[] channel_id, int target_feerate_sats_per_1000_weight)Begins the process of closing a channel.static Result_NoneAPIErrorZResult_NoneAPIErrorZ. err(APIError e)Creates a new CResult_NoneAPIErrorZ in the error state.Result_NoneAPIErrorZChannelManager. force_close_channel(byte[] channel_id)Force closes a channel, immediately broadcasting the latest local commitment transaction to the chain and rejecting new HTLCs on the given channel.Result_NoneAPIErrorZChannelManager. funding_transaction_generated(byte[] temporary_channel_id, byte[] funding_transaction)Call this upon creation of a funding transaction for the given channel.static Result_NoneAPIErrorZResult_NoneAPIErrorZ. ok()Creates a new CResult_NoneAPIErrorZ in the success state.Methods in org.ldk.structs with parameters of type Result_NoneAPIErrorZ Modifier and Type Method Description static PaymentSendFailurePaymentSendFailure. partial_failure(Result_NoneAPIErrorZ[] a)Utility method to constructs a new PartialFailure-variant PaymentSendFailurestatic PaymentSendFailurePaymentSendFailure. path_parameter_error(Result_NoneAPIErrorZ[] a)Utility method to constructs a new PathParameterError-variant PaymentSendFailure
-