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: UInt32 = lnrpc.ChanPointShim._typemapper_thawHeight.toCustom(0), musig2: Boolean = false, 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.

musig2

Indicates that the funding output is using a MuSig2 multi-sig output.

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: UInt32 = lnrpc.ChanPointShim._typemapper_thawHeight.toCustom(0), musig2: Boolean = false, 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.

    musig2

    Indicates that the funding output is using a MuSig2 multi-sig output.

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. val musig2: Boolean
  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. val pendingChanId: ByteString
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. val remoteKey: ByteString
  28. def serializedSize: Int
    Definition Classes
    ChanPointShim → GeneratedMessage
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. val thawHeight: UInt32
  31. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  32. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  33. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  34. def toProtoString: String
    Definition Classes
    ChanPointShim → GeneratedMessage
  35. val unknownFields: UnknownFieldSet
  36. def update(ms: (Lens[ChanPointShim, ChanPointShim]) => Mutation[ChanPointShim]*): ChanPointShim
    Definition Classes
    Updatable
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. def withAmt(__v: Long): ChanPointShim
  41. def withChanPoint(__v: ChannelPoint): ChanPointShim
  42. def withLocalKey(__v: KeyDescriptor): ChanPointShim
  43. def withMusig2(__v: Boolean): ChanPointShim
  44. def withPendingChanId(__v: ByteString): ChanPointShim
  45. def withRemoteKey(__v: ByteString): ChanPointShim
  46. def withThawHeight(__v: UInt32): ChanPointShim
  47. def withUnknownFields(__v: UnknownFieldSet): ChanPointShim
  48. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  49. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ChanPointShim → GeneratedMessage
  50. 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