final case class NetworkInfo(graphDiameter: UInt32 = lnrpc.NetworkInfo._typemapper_graphDiameter.toCustom(0), avgOutDegree: Double = 0.0, maxOutDegree: UInt32 = lnrpc.NetworkInfo._typemapper_maxOutDegree.toCustom(0), numNodes: UInt32 = lnrpc.NetworkInfo._typemapper_numNodes.toCustom(0), numChannels: UInt32 = lnrpc.NetworkInfo._typemapper_numChannels.toCustom(0), totalNetworkCapacity: Long = 0L, avgChannelSize: Double = 0.0, minChannelSize: Long = 0L, maxChannelSize: Long = 0L, medianChannelSizeSat: Long = 0L, numZombieChans: UInt64 = lnrpc.NetworkInfo._typemapper_numZombieChans.toCustom(0L), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[NetworkInfo] with Product with Serializable
- numZombieChans
The number of edges marked as zombies.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NetworkInfo
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NetworkInfo(graphDiameter: UInt32 = lnrpc.NetworkInfo._typemapper_graphDiameter.toCustom(0), avgOutDegree: Double = 0.0, maxOutDegree: UInt32 = lnrpc.NetworkInfo._typemapper_maxOutDegree.toCustom(0), numNodes: UInt32 = lnrpc.NetworkInfo._typemapper_numNodes.toCustom(0), numChannels: UInt32 = lnrpc.NetworkInfo._typemapper_numChannels.toCustom(0), totalNetworkCapacity: Long = 0L, avgChannelSize: Double = 0.0, minChannelSize: Long = 0L, maxChannelSize: Long = 0L, medianChannelSizeSat: Long = 0L, numZombieChans: UInt64 = lnrpc.NetworkInfo._typemapper_numZombieChans.toCustom(0L), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- numZombieChans
The number of edges marked as zombies.
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val avgChannelSize: Double
- val avgOutDegree: Double
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: NetworkInfo.type
- Definition Classes
- NetworkInfo → GeneratedMessage
- def discardUnknownFields: NetworkInfo
- 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
- NetworkInfo → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- NetworkInfo → GeneratedMessage
- val graphDiameter: UInt32
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxChannelSize: Long
- val maxOutDegree: UInt32
- val medianChannelSizeSat: Long
- val minChannelSize: Long
- 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 numChannels: UInt32
- val numNodes: UInt32
- val numZombieChans: UInt64
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- NetworkInfo → 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
- NetworkInfo → GeneratedMessage
- val totalNetworkCapacity: Long
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[NetworkInfo, NetworkInfo]) => Mutation[NetworkInfo]*): NetworkInfo
- 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 withAvgChannelSize(__v: Double): NetworkInfo
- def withAvgOutDegree(__v: Double): NetworkInfo
- def withGraphDiameter(__v: UInt32): NetworkInfo
- def withMaxChannelSize(__v: Long): NetworkInfo
- def withMaxOutDegree(__v: UInt32): NetworkInfo
- def withMedianChannelSizeSat(__v: Long): NetworkInfo
- def withMinChannelSize(__v: Long): NetworkInfo
- def withNumChannels(__v: UInt32): NetworkInfo
- def withNumNodes(__v: UInt32): NetworkInfo
- def withNumZombieChans(__v: UInt64): NetworkInfo
- def withTotalNetworkCapacity(__v: Long): NetworkInfo
- def withUnknownFields(__v: UnknownFieldSet): NetworkInfo
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- NetworkInfo → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage