case class Channel(source: NodeId, destination: NodeId, short_channel_id: ShortChannelId, public: Boolean, amount_msat: MilliSatoshis, message_flags: Int, channel_flags: Int, active: Boolean, last_update: UInt64, base_fee_millisatoshi: MilliSatoshis, fee_per_millionth: Int, delay: Int, htlc_minimum_msat: MilliSatoshis, htlc_maximum_msat: MilliSatoshis, features: String) extends CLightningJsonModel with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Channel
- Serializable
- Product
- Equals
- CLightningJsonModel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Channel(source: NodeId, destination: NodeId, short_channel_id: ShortChannelId, public: Boolean, amount_msat: MilliSatoshis, message_flags: Int, channel_flags: Int, active: Boolean, last_update: UInt64, base_fee_millisatoshi: MilliSatoshis, fee_per_millionth: Int, delay: Int, htlc_minimum_msat: MilliSatoshis, htlc_maximum_msat: MilliSatoshis, features: String)
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 active: Boolean
- val amount_msat: MilliSatoshis
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val base_fee_millisatoshi: MilliSatoshis
- val channel_flags: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val delay: Int
- val destination: NodeId
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val features: String
- val fee_per_millionth: Int
- 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 htlc_maximum_msat: MilliSatoshis
- val htlc_minimum_msat: MilliSatoshis
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val last_update: UInt64
- val message_flags: Int
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val public: Boolean
- val short_channel_id: ShortChannelId
- val source: NodeId
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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()