final case class NodeInfo(node: Option[LightningNode] = _root_.scala.None, numChannels: UInt32 = lnrpc.NodeInfo._typemapper_numChannels.toCustom(0), totalCapacity: Long = 0L, channels: Seq[ChannelEdge] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[NodeInfo] with Product with Serializable
- node
 An individual vertex/node within the channel graph. A node is connected to other nodes by one or more channel edges emanating from it. As the graph is directed, a node will also have an incoming edge attached to it for each outgoing edge.
- numChannels
 The total number of channels for the node.
- totalCapacity
 The sum of all channels capacity for the node, denominated in satoshis.
- channels
 A list of all public channels for the node.
- Annotations
 - @SerialVersionUID()
 
- Alphabetic
 - By Inheritance
 
- NodeInfo
 - Updatable
 - GeneratedMessage
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-    new NodeInfo(node: Option[LightningNode] = _root_.scala.None, numChannels: UInt32 = lnrpc.NodeInfo._typemapper_numChannels.toCustom(0), totalCapacity: Long = 0L, channels: Seq[ChannelEdge] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- node
 An individual vertex/node within the channel graph. A node is connected to other nodes by one or more channel edges emanating from it. As the graph is directed, a node will also have an incoming edge attached to it for each outgoing edge.
- numChannels
 The total number of channels for the node.
- totalCapacity
 The sum of all channels capacity for the node, denominated in satoshis.
- channels
 A list of all public channels for the node.
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -  def addAllChannels(__vs: Iterable[ChannelEdge]): NodeInfo
 -  def addChannels(__vs: ChannelEdge*): NodeInfo
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  val channels: Seq[ChannelEdge]
 -  def clearChannels: NodeInfo
 -  def clearNode: NodeInfo
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -    def companion: NodeInfo.type
- Definition Classes
 - NodeInfo → GeneratedMessage
 
 -  def discardUnknownFields: NodeInfo
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -    def getField(__field: FieldDescriptor): PValue
- Definition Classes
 - NodeInfo → GeneratedMessage
 
 -    def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
 - NodeInfo → GeneratedMessage
 
 -  def getNode: LightningNode
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -  val node: Option[LightningNode]
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -  val numChannels: UInt32
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -    def serializedSize: Int
- Definition Classes
 - NodeInfo → GeneratedMessage
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -   final  def toByteArray: Array[Byte]
- Definition Classes
 - GeneratedMessage
 
 -   final  def toByteString: ByteString
- Definition Classes
 - GeneratedMessage
 
 -   final  def toPMessage: PMessage
- Definition Classes
 - GeneratedMessage
 
 -    def toProtoString: String
- Definition Classes
 - NodeInfo → GeneratedMessage
 
 -  val totalCapacity: Long
 -  val unknownFields: UnknownFieldSet
 -    def update(ms: (Lens[NodeInfo, NodeInfo]) => Mutation[NodeInfo]*): NodeInfo
- Definition Classes
 - Updatable
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -  def withChannels(__v: Seq[ChannelEdge]): NodeInfo
 -  def withNode(__v: LightningNode): NodeInfo
 -  def withNumChannels(__v: UInt32): NodeInfo
 -  def withTotalCapacity(__v: Long): NodeInfo
 -  def withUnknownFields(__v: UnknownFieldSet): NodeInfo
 -   final  def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
 - GeneratedMessage
 
 -    def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
 - NodeInfo → GeneratedMessage
 
 -   final  def writeTo(output: OutputStream): Unit
- Definition Classes
 - GeneratedMessage