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: String, address: Vector[CLightningAddress], binding: Vector[CLightningAddress]) extends CLightningJsonModel with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CLightningInfo
  2. Serializable
  3. Product
  4. Equals
  5. CLightningJsonModel
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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: String, address: Vector[CLightningAddress], binding: Vector[CLightningAddress])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val address: Vector[CLightningAddress]
  5. val alias: String
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val binding: Vector[CLightningAddress]
  8. val blockheight: Int
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val color: String
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val fees_collected_msat: String
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val id: NodeId
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val lightning-dir: String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val network: BitcoinNetwork
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val num_active_channels: Int
  23. val num_inactive_channels: Int
  24. val num_peers: Int
  25. val num_pending_channels: Int
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. val version: String
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CLightningJsonModel

Inherited from AnyRef

Inherited from Any

Ungrouped