Uses of Class
net.osslabz.lnd.dto.LnrpcNodeInfo
Packages that use LnrpcNodeInfo
-
Uses of LnrpcNodeInfo in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcNodeInfoModifier and TypeMethodDescriptionLightningApi.getNodeInfo(String pubKey, Boolean includeChannels) lncli: `getnodeinfo` GetNodeInfo returns the latest advertised, aggregated, and authenticated channel information for the specified node identified by its public key.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcNodeInfoModifier and TypeMethodDescriptionLightningApi.getNodeInfoWithHttpInfo(String pubKey, Boolean includeChannels) lncli: `getnodeinfo` GetNodeInfo returns the latest advertised, aggregated, and authenticated channel information for the specified node identified by its public key.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcNodeInfoModifier and TypeMethodDescriptionokhttp3.CallLightningApi.getNodeInfoAsync(String pubKey, Boolean includeChannels, ApiCallback<LnrpcNodeInfo> _callback) lncli: `getnodeinfo` GetNodeInfo returns the latest advertised, aggregated, and authenticated channel information for the specified node identified by its public key. -
Uses of LnrpcNodeInfo in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcNodeInfoModifier and TypeMethodDescriptionLnrpcNodeInfo.addChannelsItem(LnrpcChannelEdge channelsItem) LnrpcNodeInfo.channels(List<LnrpcChannelEdge> channels) LnrpcNodeInfo.node(LnrpcLightningNode node) LnrpcNodeInfo.numChannels(Long numChannels) LnrpcNodeInfo.totalCapacity(String totalCapacity)