Uses of Class
net.osslabz.lnd.dto.InlineObject
Packages that use InlineObject
-
Uses of InlineObject in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api with parameters of type InlineObjectModifier and TypeMethodDescriptionLightningApi.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.okhttp3.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.queryRoutes2Call(String pubKey, String amt, InlineObject body, ApiCallback _callback) Build call for queryRoutes2LightningApi.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. -
Uses of InlineObject in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return InlineObjectModifier and TypeMethodDescriptionInlineObject.addDestFeaturesItem(LnrpcFeatureBit destFeaturesItem) InlineObject.addIgnoredEdgesItem(LnrpcEdgeLocator ignoredEdgesItem) InlineObject.addIgnoredNodesItem(byte[] ignoredNodesItem) InlineObject.addIgnoredPairsItem(LnrpcNodePair ignoredPairsItem) InlineObject.addRouteHintsItem(LnrpcRouteHint routeHintsItem) InlineObject.destCustomRecords(Map<String, byte[]> destCustomRecords) InlineObject.destFeatures(List<LnrpcFeatureBit> destFeatures) InlineObject.feeLimit(LnrpcFeeLimit feeLimit) InlineObject.finalCltvDelta(Integer finalCltvDelta) InlineObject.ignoredEdges(List<LnrpcEdgeLocator> ignoredEdges) InlineObject.ignoredNodes(List<byte[]> ignoredNodes) InlineObject.ignoredPairs(List<LnrpcNodePair> ignoredPairs) InlineObject.lastHopPubkey(byte[] lastHopPubkey) InlineObject.outgoingChanId(String outgoingChanId) InlineObject.putDestCustomRecordsItem(String key, byte[] destCustomRecordsItem) InlineObject.routeHints(List<LnrpcRouteHint> routeHints) InlineObject.sourcePubKey(String sourcePubKey) InlineObject.useMissionControl(Boolean useMissionControl)