Packages

final case class ChannelEdgeUpdate(chanId: UInt64 = lnrpc.ChannelEdgeUpdate._typemapper_chanId.toCustom(0L), chanPoint: Option[ChannelPoint] = _root_.scala.None, capacity: Long = 0L, routingPolicy: Option[RoutingPolicy] = _root_.scala.None, advertisingNode: String = "", connectingNode: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ChannelEdgeUpdate] with Product with Serializable

chanId

The unique channel ID for the channel. The first 3 bytes are the block height, the next 3 the index within the block, and the last 2 bytes are the output index for the channel.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelEdgeUpdate
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChannelEdgeUpdate(chanId: UInt64 = lnrpc.ChannelEdgeUpdate._typemapper_chanId.toCustom(0L), chanPoint: Option[ChannelPoint] = _root_.scala.None, capacity: Long = 0L, routingPolicy: Option[RoutingPolicy] = _root_.scala.None, advertisingNode: String = "", connectingNode: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    chanId

    The unique channel ID for the channel. The first 3 bytes are the block height, the next 3 the index within the block, and the last 2 bytes are the output index for the channel.

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 advertisingNode: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val capacity: Long
  7. val chanId: UInt64
  8. val chanPoint: Option[ChannelPoint]
  9. def clearChanPoint: ChannelEdgeUpdate
  10. def clearRoutingPolicy: ChannelEdgeUpdate
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. def companion: ChannelEdgeUpdate.type
    Definition Classes
    ChannelEdgeUpdate → GeneratedMessage
  13. val connectingNode: String
  14. def discardUnknownFields: ChannelEdgeUpdate
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def getChanPoint: ChannelPoint
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ChannelEdgeUpdate → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ChannelEdgeUpdate → GeneratedMessage
  21. def getRoutingPolicy: RoutingPolicy
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val routingPolicy: Option[RoutingPolicy]
  28. def serializedSize: Int
    Definition Classes
    ChannelEdgeUpdate → GeneratedMessage
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  31. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  32. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  33. def toProtoString: String
    Definition Classes
    ChannelEdgeUpdate → GeneratedMessage
  34. val unknownFields: UnknownFieldSet
  35. def update(ms: (Lens[ChannelEdgeUpdate, ChannelEdgeUpdate]) => Mutation[ChannelEdgeUpdate]*): ChannelEdgeUpdate
    Definition Classes
    Updatable
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. def withAdvertisingNode(__v: String): ChannelEdgeUpdate
  40. def withCapacity(__v: Long): ChannelEdgeUpdate
  41. def withChanId(__v: UInt64): ChannelEdgeUpdate
  42. def withChanPoint(__v: ChannelPoint): ChannelEdgeUpdate
  43. def withConnectingNode(__v: String): ChannelEdgeUpdate
  44. def withRoutingPolicy(__v: RoutingPolicy): ChannelEdgeUpdate
  45. def withUnknownFields(__v: UnknownFieldSet): ChannelEdgeUpdate
  46. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  47. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ChannelEdgeUpdate → GeneratedMessage
  48. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped