Uses of Class
net.osslabz.lnd.dto.LnrpcHTLCAttempt
Packages that use LnrpcHTLCAttempt
-
Uses of LnrpcHTLCAttempt in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcHTLCAttemptModifier and TypeMethodDescriptionLnrpcHTLCAttempt.attemptTimeNs(String attemptTimeNs) LnrpcHTLCAttempt.failure(LnrpcFailure failure) LnrpcHTLCAttempt.preimage(byte[] preimage) LnrpcHTLCAttempt.resolveTimeNs(String resolveTimeNs) LnrpcHTLCAttempt.route(LnrpcRoute route) LnrpcHTLCAttempt.status(HTLCAttemptHTLCStatus status) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcHTLCAttemptModifier and TypeMethodDescriptionLnrpcPayment.getHtlcs()The HTLCs made in attempt to settle the payment.Methods in net.osslabz.lnd.dto with parameters of type LnrpcHTLCAttemptMethod parameters in net.osslabz.lnd.dto with type arguments of type LnrpcHTLCAttemptModifier and TypeMethodDescriptionLnrpcPayment.htlcs(List<LnrpcHTLCAttempt> htlcs) voidLnrpcPayment.setHtlcs(List<LnrpcHTLCAttempt> htlcs)