Uses of Class
net.osslabz.lnd.dto.LnrpcFeature
Packages that use LnrpcFeature
-
Uses of LnrpcFeature in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcFeatureMethods in net.osslabz.lnd.dto that return types with arguments of type LnrpcFeatureModifier and TypeMethodDescriptionLnrpcGetInfoResponse.getFeatures()Features that our node has advertised in our init message, node announcements and invoices.LnrpcInvoice.getFeatures()List of features advertised on the invoice.LnrpcLightningNode.getFeatures()Get featuresLnrpcNodeUpdate.getFeatures()Features that the node has advertised in the init message, node announcements and invoices.LnrpcPayReq.getFeatures()Get featuresLnrpcPeer.getFeatures()Features advertised by the remote peer in their init message.Methods in net.osslabz.lnd.dto with parameters of type LnrpcFeatureModifier and TypeMethodDescriptionLnrpcGetInfoResponse.putFeaturesItem(String key, LnrpcFeature featuresItem) LnrpcInvoice.putFeaturesItem(String key, LnrpcFeature featuresItem) LnrpcLightningNode.putFeaturesItem(String key, LnrpcFeature featuresItem) LnrpcNodeUpdate.putFeaturesItem(String key, LnrpcFeature featuresItem) LnrpcPayReq.putFeaturesItem(String key, LnrpcFeature featuresItem) LnrpcPeer.putFeaturesItem(String key, LnrpcFeature featuresItem) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcFeatureModifier and TypeMethodDescriptionLnrpcGetInfoResponse.features(Map<String, LnrpcFeature> features) LnrpcInvoice.features(Map<String, LnrpcFeature> features) LnrpcLightningNode.features(Map<String, LnrpcFeature> features) LnrpcNodeUpdate.features(Map<String, LnrpcFeature> features) LnrpcPayReq.features(Map<String, LnrpcFeature> features) LnrpcPeer.features(Map<String, LnrpcFeature> features) voidLnrpcGetInfoResponse.setFeatures(Map<String, LnrpcFeature> features) voidLnrpcInvoice.setFeatures(Map<String, LnrpcFeature> features) voidLnrpcLightningNode.setFeatures(Map<String, LnrpcFeature> features) voidLnrpcNodeUpdate.setFeatures(Map<String, LnrpcFeature> features) voidLnrpcPayReq.setFeatures(Map<String, LnrpcFeature> features) voidLnrpcPeer.setFeatures(Map<String, LnrpcFeature> features)