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.UNKNOWN_COMMITMENT_TYPE, numForwardingPackages: Long = 0L, chanStatusFlags: String = "", 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.

numForwardingPackages

Total number of forwarding packages created in this channel.

chanStatusFlags

A set of flags showing the current state of the 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.UNKNOWN_COMMITMENT_TYPE, numForwardingPackages: Long = 0L, chanStatusFlags: String = "", 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.

    numForwardingPackages

    Total number of forwarding packages created in this channel.

    chanStatusFlags

    A set of flags showing the current state of 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val capacity: Long
  6. val chanStatusFlags: String
  7. val channelPoint: String
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val commitmentType: CommitmentType
  10. def companion: PendingChannel.type
    Definition Classes
    PendingChannel → GeneratedMessage
  11. def discardUnknownFields: PendingChannel
  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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    PendingChannel → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    PendingChannel → GeneratedMessage
  17. val initiator: Initiator
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val localBalance: Long
  20. val localChanReserveSat: Long
  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 numForwardingPackages: Long
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val remoteBalance: Long
  27. val remoteChanReserveSat: Long
  28. val remoteNodePub: String
  29. def serializedSize: Int
    Definition Classes
    PendingChannel → GeneratedMessage
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  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
    PendingChannel → GeneratedMessage
  35. val unknownFields: UnknownFieldSet
  36. def update(ms: (Lens[PendingChannel, PendingChannel]) => Mutation[PendingChannel]*): PendingChannel
    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 withCapacity(__v: Long): PendingChannel
  41. def withChanStatusFlags(__v: String): PendingChannel
  42. def withChannelPoint(__v: String): PendingChannel
  43. def withCommitmentType(__v: CommitmentType): PendingChannel
  44. def withInitiator(__v: Initiator): PendingChannel
  45. def withLocalBalance(__v: Long): PendingChannel
  46. def withLocalChanReserveSat(__v: Long): PendingChannel
  47. def withNumForwardingPackages(__v: Long): PendingChannel
  48. def withRemoteBalance(__v: Long): PendingChannel
  49. def withRemoteChanReserveSat(__v: Long): PendingChannel
  50. def withRemoteNodePub(__v: String): PendingChannel
  51. def withUnknownFields(__v: UnknownFieldSet): PendingChannel
  52. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  53. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    PendingChannel → GeneratedMessage
  54. 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