Uses of Class
net.osslabz.lnd.dto.LnrpcNodeUpdate
Packages that use LnrpcNodeUpdate
-
Uses of LnrpcNodeUpdate in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcNodeUpdateModifier and TypeMethodDescriptionLnrpcNodeUpdate.addAddressesItem(String addressesItem) LnrpcNodeUpdate.addNodeAddressesItem(LnrpcNodeAddress nodeAddressesItem) LnrpcNodeUpdate.features(Map<String, LnrpcFeature> features) LnrpcNodeUpdate.globalFeatures(byte[] globalFeatures) LnrpcNodeUpdate.identityKey(String identityKey) LnrpcNodeUpdate.nodeAddresses(List<LnrpcNodeAddress> nodeAddresses) LnrpcNodeUpdate.putFeaturesItem(String key, LnrpcFeature featuresItem) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcNodeUpdateMethods in net.osslabz.lnd.dto with parameters of type LnrpcNodeUpdateModifier and TypeMethodDescriptionLnrpcGraphTopologyUpdate.addNodeUpdatesItem(LnrpcNodeUpdate nodeUpdatesItem) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcNodeUpdateModifier and TypeMethodDescriptionLnrpcGraphTopologyUpdate.nodeUpdates(List<LnrpcNodeUpdate> nodeUpdates) voidLnrpcGraphTopologyUpdate.setNodeUpdates(List<LnrpcNodeUpdate> nodeUpdates)