case class CLightningInfo(id: NodeId, alias: String, color: String, num_peers: Int, num_pending_channels: Int, num_active_channels: Int, num_inactive_channels: Int, version: String, lightning-dir: String, blockheight: Int, network: BitcoinNetwork, fees_collected_msat: Long, address: Vector[CLightningAddress], binding: Vector[CLightningAddress]) extends CLightningJsonModel with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CLightningInfo
- Serializable
- Product
- Equals
- CLightningJsonModel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CLightningInfo(id: NodeId, alias: String, color: String, num_peers: Int, num_pending_channels: Int, num_active_channels: Int, num_inactive_channels: Int, version: String, lightning-dir: String, blockheight: Int, network: BitcoinNetwork, fees_collected_msat: Long, address: Vector[CLightningAddress], binding: Vector[CLightningAddress])
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
- val address: Vector[CLightningAddress]
- val alias: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val binding: Vector[CLightningAddress]
- val blockheight: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val color: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fees_collected_msat: Long
- 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()
- val id: NodeId
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lightning-dir: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val network: BitcoinNetwork
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val num_active_channels: Int
- val num_inactive_channels: Int
- val num_peers: Int
- val num_pending_channels: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()