Uses of Class
net.osslabz.lnd.dto.LnrpcQueryRoutesResponse
Packages that use LnrpcQueryRoutesResponse
-
Uses of LnrpcQueryRoutesResponse in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcQueryRoutesResponseModifier and TypeMethodDescriptionLightningApi.queryRoutes(String pubKey, String amt, String amtMsat, Integer finalCltvDelta, String feeLimitFixed, String feeLimitFixedMsat, String feeLimitPercent, List<byte[]> ignoredNodes, String sourcePubKey, Boolean useMissionControl, Long cltvLimit, String outgoingChanId, byte[] lastHopPubkey, List<String> destFeatures, Double timePref) lncli: `queryroutes` QueryRoutes attempts to query the daemon's Channel Router for a possible route to a target destination capable of carrying a specific amount of satoshis.LightningApi.queryRoutes2(String pubKey, String amt, InlineObject body) lncli: `queryroutes` QueryRoutes attempts to query the daemon's Channel Router for a possible route to a target destination capable of carrying a specific amount of satoshis.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcQueryRoutesResponseModifier and TypeMethodDescriptionLightningApi.queryRoutes2WithHttpInfo(String pubKey, String amt, InlineObject body) lncli: `queryroutes` QueryRoutes attempts to query the daemon's Channel Router for a possible route to a target destination capable of carrying a specific amount of satoshis.LightningApi.queryRoutesWithHttpInfo(String pubKey, String amt, String amtMsat, Integer finalCltvDelta, String feeLimitFixed, String feeLimitFixedMsat, String feeLimitPercent, List<byte[]> ignoredNodes, String sourcePubKey, Boolean useMissionControl, Long cltvLimit, String outgoingChanId, byte[] lastHopPubkey, List<String> destFeatures, Double timePref) lncli: `queryroutes` QueryRoutes attempts to query the daemon's Channel Router for a possible route to a target destination capable of carrying a specific amount of satoshis.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcQueryRoutesResponseModifier and TypeMethodDescriptionokhttp3.CallLightningApi.queryRoutes2Async(String pubKey, String amt, InlineObject body, ApiCallback<LnrpcQueryRoutesResponse> _callback) lncli: `queryroutes` QueryRoutes attempts to query the daemon's Channel Router for a possible route to a target destination capable of carrying a specific amount of satoshis.okhttp3.CallLightningApi.queryRoutesAsync(String pubKey, String amt, String amtMsat, Integer finalCltvDelta, String feeLimitFixed, String feeLimitFixedMsat, String feeLimitPercent, List<byte[]> ignoredNodes, String sourcePubKey, Boolean useMissionControl, Long cltvLimit, String outgoingChanId, byte[] lastHopPubkey, List<String> destFeatures, Double timePref, ApiCallback<LnrpcQueryRoutesResponse> _callback) lncli: `queryroutes` QueryRoutes attempts to query the daemon's Channel Router for a possible route to a target destination capable of carrying a specific amount of satoshis. -
Uses of LnrpcQueryRoutesResponse in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcQueryRoutesResponseModifier and TypeMethodDescriptionLnrpcQueryRoutesResponse.addRoutesItem(LnrpcRoute routesItem) LnrpcQueryRoutesResponse.routes(List<LnrpcRoute> routes) LnrpcQueryRoutesResponse.successProb(Double successProb)