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()
- Alphabetic
- By Inheritance
- PendingChannel
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val capacity: Long
- val chanStatusFlags: String
- val channelPoint: String
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val commitmentType: CommitmentType
- def companion: PendingChannel.type
- Definition Classes
- PendingChannel → GeneratedMessage
- def discardUnknownFields: PendingChannel
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- PendingChannel → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- PendingChannel → GeneratedMessage
- val initiator: Initiator
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val localBalance: Long
- val localChanReserveSat: Long
- val memo: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val numForwardingPackages: Long
- val private: Boolean
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val remoteBalance: Long
- val remoteChanReserveSat: Long
- val remoteNodePub: String
- def serializedSize: Int
- Definition Classes
- PendingChannel → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- PendingChannel → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[PendingChannel, PendingChannel]) => Mutation[PendingChannel]*): PendingChannel
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withCapacity(__v: Long): PendingChannel
- def withChanStatusFlags(__v: String): PendingChannel
- def withChannelPoint(__v: String): PendingChannel
- def withCommitmentType(__v: CommitmentType): PendingChannel
- def withInitiator(__v: Initiator): PendingChannel
- def withLocalBalance(__v: Long): PendingChannel
- def withLocalChanReserveSat(__v: Long): PendingChannel
- def withMemo(__v: String): PendingChannel
- def withNumForwardingPackages(__v: Long): PendingChannel
- def withPrivate(__v: Boolean): PendingChannel
- def withRemoteBalance(__v: Long): PendingChannel
- def withRemoteChanReserveSat(__v: Long): PendingChannel
- def withRemoteNodePub(__v: String): PendingChannel
- def withUnknownFields(__v: UnknownFieldSet): PendingChannel
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- PendingChannel → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage