Uses of Class
net.osslabz.lnd.dto.LnrpcLightningNode
Packages that use LnrpcLightningNode
-
Uses of LnrpcLightningNode in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcLightningNodeModifier and TypeMethodDescriptionLnrpcLightningNode.addAddressesItem(LnrpcNodeAddress addressesItem) LnrpcLightningNode.addresses(List<LnrpcNodeAddress> addresses) LnrpcLightningNode.customRecords(Map<String, byte[]> customRecords) LnrpcLightningNode.features(Map<String, LnrpcFeature> features) LnrpcNodeInfo.getNode()Get nodeLnrpcLightningNode.lastUpdate(Long lastUpdate) LnrpcLightningNode.putCustomRecordsItem(String key, byte[] customRecordsItem) LnrpcLightningNode.putFeaturesItem(String key, LnrpcFeature featuresItem) Methods in net.osslabz.lnd.dto that return types with arguments of type LnrpcLightningNodeMethods in net.osslabz.lnd.dto with parameters of type LnrpcLightningNodeModifier and TypeMethodDescriptionLnrpcChannelGraph.addNodesItem(LnrpcLightningNode nodesItem) LnrpcNodeInfo.node(LnrpcLightningNode node) voidLnrpcNodeInfo.setNode(LnrpcLightningNode node) Method parameters in net.osslabz.lnd.dto with type arguments of type LnrpcLightningNodeModifier and TypeMethodDescriptionLnrpcChannelGraph.nodes(List<LnrpcLightningNode> nodes) voidLnrpcChannelGraph.setNodes(List<LnrpcLightningNode> nodes)