final case class GetInfoResponse(version: String = "", commitHash: String = "", identityPubkey: String = "", alias: String = "", color: String = "", numPendingChannels: UInt32 = lnrpc.GetInfoResponse._typemapper_numPendingChannels.toCustom(0), numActiveChannels: UInt32 = lnrpc.GetInfoResponse._typemapper_numActiveChannels.toCustom(0), numInactiveChannels: UInt32 = lnrpc.GetInfoResponse._typemapper_numInactiveChannels.toCustom(0), numPeers: UInt32 = lnrpc.GetInfoResponse._typemapper_numPeers.toCustom(0), blockHeight: UInt32 = lnrpc.GetInfoResponse._typemapper_blockHeight.toCustom(0), blockHash: String = "", bestHeaderTimestamp: Long = 0L, syncedToChain: Boolean = false, syncedToGraph: Boolean = false, testnet: Boolean = false, chains: Seq[Chain] = _root_.scala.Seq.empty, uris: Seq[String] = _root_.scala.Seq.empty, features: Map[UInt32, Feature] = _root_.scala.collection.immutable.Map.empty, requireHtlcInterceptor: Boolean = false, storeFinalHtlcResolutions: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[GetInfoResponse] with Product with Serializable
- version
 The version of the LND software that the node is running.
- commitHash
 The SHA1 commit hash that the daemon is compiled with.
- identityPubkey
 The identity pubkey of the current node.
- alias
 If applicable, the alias of the current node, e.g. "bob"
- color
 The color of the current node in hex code format
- numPendingChannels
 Number of pending channels
- numActiveChannels
 Number of active channels
- numInactiveChannels
 Number of inactive channels
- numPeers
 Number of peers
- blockHeight
 The node's current view of the height of the best block
- blockHash
 The node's current view of the hash of the best block
- bestHeaderTimestamp
 Timestamp of the block best known to the wallet
- syncedToChain
 Whether the wallet's view is synced to the main chain
- syncedToGraph
 Whether we consider ourselves synced with the public channel graph.
- testnet
 Whether the current node is connected to testnet. This field is deprecated and the network field should be used instead
- chains
 A list of active chains the node is connected to
- uris
 The URIs of the current node.
- features
 Features that our node has advertised in our init message, node announcements and invoices.
- requireHtlcInterceptor
 Indicates whether the HTLC interceptor API is in always-on mode.
- storeFinalHtlcResolutions
 Indicates whether final htlc resolutions are stored on disk.
- Annotations
 - @SerialVersionUID()
 
- Alphabetic
 - By Inheritance
 
- GetInfoResponse
 - Updatable
 - GeneratedMessage
 - Serializable
 - Product
 - Equals
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
- Public
 - Protected
 
Instance Constructors
-    new GetInfoResponse(version: String = "", commitHash: String = "", identityPubkey: String = "", alias: String = "", color: String = "", numPendingChannels: UInt32 = lnrpc.GetInfoResponse._typemapper_numPendingChannels.toCustom(0), numActiveChannels: UInt32 = lnrpc.GetInfoResponse._typemapper_numActiveChannels.toCustom(0), numInactiveChannels: UInt32 = lnrpc.GetInfoResponse._typemapper_numInactiveChannels.toCustom(0), numPeers: UInt32 = lnrpc.GetInfoResponse._typemapper_numPeers.toCustom(0), blockHeight: UInt32 = lnrpc.GetInfoResponse._typemapper_blockHeight.toCustom(0), blockHash: String = "", bestHeaderTimestamp: Long = 0L, syncedToChain: Boolean = false, syncedToGraph: Boolean = false, testnet: Boolean = false, chains: Seq[Chain] = _root_.scala.Seq.empty, uris: Seq[String] = _root_.scala.Seq.empty, features: Map[UInt32, Feature] = _root_.scala.collection.immutable.Map.empty, requireHtlcInterceptor: Boolean = false, storeFinalHtlcResolutions: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- version
 The version of the LND software that the node is running.
- commitHash
 The SHA1 commit hash that the daemon is compiled with.
- identityPubkey
 The identity pubkey of the current node.
- alias
 If applicable, the alias of the current node, e.g. "bob"
- color
 The color of the current node in hex code format
- numPendingChannels
 Number of pending channels
- numActiveChannels
 Number of active channels
- numInactiveChannels
 Number of inactive channels
- numPeers
 Number of peers
- blockHeight
 The node's current view of the height of the best block
- blockHash
 The node's current view of the hash of the best block
- bestHeaderTimestamp
 Timestamp of the block best known to the wallet
- syncedToChain
 Whether the wallet's view is synced to the main chain
- syncedToGraph
 Whether we consider ourselves synced with the public channel graph.
- testnet
 Whether the current node is connected to testnet. This field is deprecated and the network field should be used instead
- chains
 A list of active chains the node is connected to
- uris
 The URIs of the current node.
- features
 Features that our node has advertised in our init message, node announcements and invoices.
- requireHtlcInterceptor
 Indicates whether the HTLC interceptor API is in always-on mode.
- storeFinalHtlcResolutions
 Indicates whether final htlc resolutions are stored on disk.
 
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 addAllChains(__vs: Iterable[Chain]): GetInfoResponse
 -  def addAllFeatures(__vs: Iterable[(UInt32, Feature)]): GetInfoResponse
 -  def addAllUris(__vs: Iterable[String]): GetInfoResponse
 -  def addChains(__vs: Chain*): GetInfoResponse
 -  def addFeatures(__vs: (UInt32, Feature)*): GetInfoResponse
 -  def addUris(__vs: String*): GetInfoResponse
 -  val alias: String
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  val bestHeaderTimestamp: Long
 -  val blockHash: String
 -  val blockHeight: UInt32
 -  val chains: Seq[Chain]
 -  def clearChains: GetInfoResponse
 -  def clearFeatures: GetInfoResponse
 -  def clearUris: GetInfoResponse
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -  val color: String
 -  val commitHash: String
 -    def companion: GetInfoResponse.type
- Definition Classes
 - GetInfoResponse → GeneratedMessage
 
 -  def discardUnknownFields: GetInfoResponse
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -  val features: Map[UInt32, Feature]
 -    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
 - GetInfoResponse → GeneratedMessage
 
 -    def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
 - GetInfoResponse → GeneratedMessage
 
 -  val identityPubkey: String
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -  val numActiveChannels: UInt32
 -  val numInactiveChannels: UInt32
 -  val numPeers: UInt32
 -  val numPendingChannels: UInt32
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -  val requireHtlcInterceptor: Boolean
 -    def serializedSize: Int
- Definition Classes
 - GetInfoResponse → GeneratedMessage
 
 -  val storeFinalHtlcResolutions: Boolean
 -  val syncedToChain: Boolean
 -  val syncedToGraph: Boolean
 -   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
 - GetInfoResponse → GeneratedMessage
 
 -  val unknownFields: UnknownFieldSet
 -    def update(ms: (Lens[GetInfoResponse, GetInfoResponse]) => Mutation[GetInfoResponse]*): GetInfoResponse
- Definition Classes
 - Updatable
 
 -  val uris: Seq[String]
 -  val version: String
 -   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 withAlias(__v: String): GetInfoResponse
 -  def withBestHeaderTimestamp(__v: Long): GetInfoResponse
 -  def withBlockHash(__v: String): GetInfoResponse
 -  def withBlockHeight(__v: UInt32): GetInfoResponse
 -  def withChains(__v: Seq[Chain]): GetInfoResponse
 -  def withColor(__v: String): GetInfoResponse
 -  def withCommitHash(__v: String): GetInfoResponse
 -  def withFeatures(__v: Map[UInt32, Feature]): GetInfoResponse
 -  def withIdentityPubkey(__v: String): GetInfoResponse
 -  def withNumActiveChannels(__v: UInt32): GetInfoResponse
 -  def withNumInactiveChannels(__v: UInt32): GetInfoResponse
 -  def withNumPeers(__v: UInt32): GetInfoResponse
 -  def withNumPendingChannels(__v: UInt32): GetInfoResponse
 -  def withRequireHtlcInterceptor(__v: Boolean): GetInfoResponse
 -  def withStoreFinalHtlcResolutions(__v: Boolean): GetInfoResponse
 -  def withSyncedToChain(__v: Boolean): GetInfoResponse
 -  def withSyncedToGraph(__v: Boolean): GetInfoResponse
 -  def withTestnet(__v: Boolean): GetInfoResponse
 -  def withUnknownFields(__v: UnknownFieldSet): GetInfoResponse
 -  def withUris(__v: Seq[String]): GetInfoResponse
 -  def withVersion(__v: String): GetInfoResponse
 -   final  def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
 - GeneratedMessage
 
 -    def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
 - GetInfoResponse → GeneratedMessage
 
 -   final  def writeTo(output: OutputStream): Unit
- Definition Classes
 - GeneratedMessage