Uses of Class
net.osslabz.lnd.dto.LnrpcHopHint
Packages that use LnrpcHopHint
-
Uses of LnrpcHopHint in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcHopHintModifier and TypeMethodDescriptionLnrpcHopHint.cltvExpiryDelta(Long cltvExpiryDelta) LnrpcHopHint.feeBaseMsat(Long feeBaseMsat) LnrpcHopHint.feeProportionalMillionths(Long feeProportionalMillionths) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcHopHintModifier and TypeMethodDescriptionLnrpcRouteHint.getHopHints()A list of hop hints that when chained together can assist in reaching a specific destination.Methods in net.osslabz.lnd.dto with parameters of type LnrpcHopHintMethod parameters in net.osslabz.lnd.dto with type arguments of type LnrpcHopHintModifier and TypeMethodDescriptionLnrpcRouteHint.hopHints(List<LnrpcHopHint> hopHints) voidLnrpcRouteHint.setHopHints(List<LnrpcHopHint> hopHints)