Packages

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped