final case class LightningNode(lastUpdate: UInt32 = lnrpc.LightningNode._typemapper_lastUpdate.toCustom(0), pubKey: String = "", alias: String = "", addresses: Seq[NodeAddress] = _root_.scala.Seq.empty, color: String = "", features: Map[UInt32, Feature] = _root_.scala.collection.immutable.Map.empty, customRecords: Map[UInt64, ByteString] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[LightningNode] with Product with Serializable
An individual vertex/node within the channel graph. A node is connected to other nodes by one or more channel edges emanating from it. As the graph is directed, a node will also have an incoming edge attached to it for each outgoing edge.
- customRecords
Custom node announcement tlv records.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LightningNode
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LightningNode(lastUpdate: UInt32 = lnrpc.LightningNode._typemapper_lastUpdate.toCustom(0), pubKey: String = "", alias: String = "", addresses: Seq[NodeAddress] = _root_.scala.Seq.empty, color: String = "", features: Map[UInt32, Feature] = _root_.scala.collection.immutable.Map.empty, customRecords: Map[UInt64, ByteString] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- customRecords
Custom node announcement tlv records.
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 addAddresses(__vs: NodeAddress*): LightningNode
- def addAllAddresses(__vs: Iterable[NodeAddress]): LightningNode
- def addAllCustomRecords(__vs: Iterable[(UInt64, ByteString)]): LightningNode
- def addAllFeatures(__vs: Iterable[(UInt32, Feature)]): LightningNode
- def addCustomRecords(__vs: (UInt64, ByteString)*): LightningNode
- def addFeatures(__vs: (UInt32, Feature)*): LightningNode
- val addresses: Seq[NodeAddress]
- val alias: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAddresses: LightningNode
- def clearCustomRecords: LightningNode
- def clearFeatures: LightningNode
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val color: String
- def companion: LightningNode.type
- Definition Classes
- LightningNode → GeneratedMessage
- val customRecords: Map[UInt64, ByteString]
- def discardUnknownFields: LightningNode
- 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
- LightningNode → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- LightningNode → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastUpdate: UInt32
- 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 pubKey: String
- def serializedSize: Int
- Definition Classes
- LightningNode → 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
- LightningNode → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[LightningNode, LightningNode]) => Mutation[LightningNode]*): LightningNode
- 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 withAddresses(__v: Seq[NodeAddress]): LightningNode
- def withAlias(__v: String): LightningNode
- def withColor(__v: String): LightningNode
- def withCustomRecords(__v: Map[UInt64, ByteString]): LightningNode
- def withFeatures(__v: Map[UInt32, Feature]): LightningNode
- def withLastUpdate(__v: UInt32): LightningNode
- def withPubKey(__v: String): LightningNode
- def withUnknownFields(__v: UnknownFieldSet): LightningNode
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- LightningNode → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage