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 = "", private: Boolean = false, memo: 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.

private

Whether this channel is advertised to the network or not.

memo

An optional note-to-self to go along with the channel containing some useful information. This is only ever stored locally and in no way impacts the channel's operation.

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 = "", private: Boolean = false, memo: 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.

    private

    Whether this channel is advertised to the network or not.

    memo

    An optional note-to-self to go along with the channel containing some useful information. This is only ever stored locally and in no way impacts the channel's operation.

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. val memo: String
  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 numForwardingPackages: Long
  26. val private: Boolean
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. val remoteBalance: Long
  29. val remoteChanReserveSat: Long
  30. val remoteNodePub: String
  31. def serializedSize: Int
    Definition Classes
    PendingChannel → GeneratedMessage
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  34. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  35. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  36. def toProtoString: String
    Definition Classes
    PendingChannel → GeneratedMessage
  37. val unknownFields: UnknownFieldSet
  38. def update(ms: (Lens[PendingChannel, PendingChannel]) => Mutation[PendingChannel]*): PendingChannel
    Definition Classes
    Updatable
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. def withCapacity(__v: Long): PendingChannel
  43. def withChanStatusFlags(__v: String): PendingChannel
  44. def withChannelPoint(__v: String): PendingChannel
  45. def withCommitmentType(__v: CommitmentType): PendingChannel
  46. def withInitiator(__v: Initiator): PendingChannel
  47. def withLocalBalance(__v: Long): PendingChannel
  48. def withLocalChanReserveSat(__v: Long): PendingChannel
  49. def withMemo(__v: String): PendingChannel
  50. def withNumForwardingPackages(__v: Long): PendingChannel
  51. def withPrivate(__v: Boolean): PendingChannel
  52. def withRemoteBalance(__v: Long): PendingChannel
  53. def withRemoteChanReserveSat(__v: Long): PendingChannel
  54. def withRemoteNodePub(__v: String): PendingChannel
  55. def withUnknownFields(__v: UnknownFieldSet): PendingChannel
  56. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  57. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    PendingChannel → GeneratedMessage
  58. 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