final case class PendingChannel(remoteNodePub: String = "", channelPoint: String = "", capacity: Long = 0L, localBalance: Long = 0L, remoteBalance: Long = 0L, localChanReserveSat: Long = 0L, remoteChanReserveSat: Long = 0L, initiator: Initiator = lnrpc.Initiator.INITIATOR_UNKNOWN, commitmentType: CommitmentType = lnrpc.CommitmentType.LEGACY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[PendingChannel] with Product with Serializable

localChanReserveSat

The minimum satoshis this node is required to reserve in its balance.

remoteChanReserveSat

The minimum satoshis the other node is required to reserve in its balance.

initiator

The party that initiated opening the channel.

commitmentType

The commitment type used by this channel.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PendingChannel
  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 PendingChannel(remoteNodePub: String = "", channelPoint: String = "", capacity: Long = 0L, localBalance: Long = 0L, remoteBalance: Long = 0L, localChanReserveSat: Long = 0L, remoteChanReserveSat: Long = 0L, initiator: Initiator = lnrpc.Initiator.INITIATOR_UNKNOWN, commitmentType: CommitmentType = lnrpc.CommitmentType.LEGACY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

    localChanReserveSat

    The minimum satoshis this node is required to reserve in its balance.

    remoteChanReserveSat

    The minimum satoshis the other node is required to reserve in its balance.

    initiator

    The party that initiated opening the channel.

    commitmentType

    The commitment type used by this 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val capacity: Long
  6. val channelPoint: String
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. val commitmentType: CommitmentType
  9. def companion: PendingChannel.type
    Definition Classes
    PendingChannel → GeneratedMessage
  10. def discardUnknownFields: PendingChannel
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    PendingChannel → GeneratedMessage
  15. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    PendingChannel → GeneratedMessage
  16. val initiator: Initiator
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val localBalance: Long
  19. val localChanReserveSat: Long
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. val remoteBalance: Long
  25. val remoteChanReserveSat: Long
  26. val remoteNodePub: String
  27. def serializedSize: Int
    Definition Classes
    PendingChannel → 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
    PendingChannel → GeneratedMessage
  33. val unknownFields: UnknownFieldSet
  34. def update(ms: (Lens[PendingChannel, PendingChannel]) => Mutation[PendingChannel]*): PendingChannel
    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 withCapacity(__v: Long): PendingChannel
  39. def withChannelPoint(__v: String): PendingChannel
  40. def withCommitmentType(__v: CommitmentType): PendingChannel
  41. def withInitiator(__v: Initiator): PendingChannel
  42. def withLocalBalance(__v: Long): PendingChannel
  43. def withLocalChanReserveSat(__v: Long): PendingChannel
  44. def withRemoteBalance(__v: Long): PendingChannel
  45. def withRemoteChanReserveSat(__v: Long): PendingChannel
  46. def withRemoteNodePub(__v: String): PendingChannel
  47. def withUnknownFields(__v: UnknownFieldSet): PendingChannel
  48. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  49. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    PendingChannel → GeneratedMessage
  50. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[PendingChannel]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped