Packages

final case class ChanPointShim(amt: Long = 0L, chanPoint: Option[ChannelPoint] = _root_.scala.None, localKey: Option[KeyDescriptor] = _root_.scala.None, remoteKey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, pendingChanId: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, thawHeight: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ChanPointShim] with Product with Serializable

amt

The size of the pre-crafted output to be used as the channel point for this channel funding.

chanPoint

The target channel point to refrence in created commitment transactions.

localKey

Our local key to use when creating the multi-sig output.

remoteKey

The key of the remote party to use when creating the multi-sig output.

pendingChanId

If non-zero, then this will be used as the pending channel ID on the wire protocol to initate the funding request. This is an optional field, and should only be set if the responder is already expecting a specific pending channel ID.

thawHeight

This uint32 indicates if this channel is to be considered 'frozen'. A frozen channel does not allow a cooperative channel close by the initiator. The thaw_height is the height that this restriction stops applying to the channel. The height can be interpreted in two ways: as a relative height if the value is less than 500,000, or as an absolute height otherwise.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChanPointShim
  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 ChanPointShim(amt: Long = 0L, chanPoint: Option[ChannelPoint] = _root_.scala.None, localKey: Option[KeyDescriptor] = _root_.scala.None, remoteKey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, pendingChanId: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, thawHeight: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    amt

    The size of the pre-crafted output to be used as the channel point for this channel funding.

    chanPoint

    The target channel point to refrence in created commitment transactions.

    localKey

    Our local key to use when creating the multi-sig output.

    remoteKey

    The key of the remote party to use when creating the multi-sig output.

    pendingChanId

    If non-zero, then this will be used as the pending channel ID on the wire protocol to initate the funding request. This is an optional field, and should only be set if the responder is already expecting a specific pending channel ID.

    thawHeight

    This uint32 indicates if this channel is to be considered 'frozen'. A frozen channel does not allow a cooperative channel close by the initiator. The thaw_height is the height that this restriction stops applying to the channel. The height can be interpreted in two ways: as a relative height if the value is less than 500,000, or as an absolute height otherwise.

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 amt: Long
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val chanPoint: Option[ChannelPoint]
  7. def clearChanPoint: ChanPointShim
  8. def clearLocalKey: ChanPointShim
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def companion: ChanPointShim.type
    Definition Classes
    ChanPointShim → GeneratedMessage
  11. def discardUnknownFields: ChanPointShim
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. def getChanPoint: ChannelPoint
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ChanPointShim → GeneratedMessage
  17. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ChanPointShim → GeneratedMessage
  18. def getLocalKey: KeyDescriptor
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val localKey: Option[KeyDescriptor]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val pendingChanId: ByteString
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val remoteKey: ByteString
  27. def serializedSize: Int
    Definition Classes
    ChanPointShim → GeneratedMessage
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. val thawHeight: Int
  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
    ChanPointShim → GeneratedMessage
  34. val unknownFields: UnknownFieldSet
  35. def update(ms: (Lens[ChanPointShim, ChanPointShim]) => Mutation[ChanPointShim]*): ChanPointShim
    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 withAmt(__v: Long): ChanPointShim
  40. def withChanPoint(__v: ChannelPoint): ChanPointShim
  41. def withLocalKey(__v: KeyDescriptor): ChanPointShim
  42. def withPendingChanId(__v: ByteString): ChanPointShim
  43. def withRemoteKey(__v: ByteString): ChanPointShim
  44. def withThawHeight(__v: Int): ChanPointShim
  45. def withUnknownFields(__v: UnknownFieldSet): ChanPointShim
  46. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  47. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ChanPointShim → GeneratedMessage
  48. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[ChanPointShim]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped