Uses of Class
net.osslabz.lnd.dto.LnrpcNetworkInfo
Packages that use LnrpcNetworkInfo
-
Uses of LnrpcNetworkInfo in net.osslabz.lnd.api
Methods in net.osslabz.lnd.api that return LnrpcNetworkInfoModifier and TypeMethodDescriptionLightningApi.getNetworkInfo()lncli: `getnetworkinfo` GetNetworkInfo returns some basic stats about the known channel graph from the point of view of the node.Methods in net.osslabz.lnd.api that return types with arguments of type LnrpcNetworkInfoModifier and TypeMethodDescriptionLightningApi.getNetworkInfoWithHttpInfo()lncli: `getnetworkinfo` GetNetworkInfo returns some basic stats about the known channel graph from the point of view of the node.Method parameters in net.osslabz.lnd.api with type arguments of type LnrpcNetworkInfoModifier and TypeMethodDescriptionokhttp3.CallLightningApi.getNetworkInfoAsync(ApiCallback<LnrpcNetworkInfo> _callback) lncli: `getnetworkinfo` GetNetworkInfo returns some basic stats about the known channel graph from the point of view of the node. -
Uses of LnrpcNetworkInfo in net.osslabz.lnd.dto
Methods in net.osslabz.lnd.dto that return LnrpcNetworkInfoModifier and TypeMethodDescriptionLnrpcNetworkInfo.avgChannelSize(Double avgChannelSize) LnrpcNetworkInfo.avgOutDegree(Double avgOutDegree) LnrpcNetworkInfo.graphDiameter(Long graphDiameter) LnrpcNetworkInfo.maxChannelSize(String maxChannelSize) LnrpcNetworkInfo.maxOutDegree(Long maxOutDegree) LnrpcNetworkInfo.medianChannelSizeSat(String medianChannelSizeSat) LnrpcNetworkInfo.minChannelSize(String minChannelSize) LnrpcNetworkInfo.numChannels(Long numChannels) LnrpcNetworkInfo.numZombieChans(String numZombieChans) LnrpcNetworkInfo.totalNetworkCapacity(String totalNetworkCapacity)