final case class ChannelConstraints(csvDelay: UInt32 = lnrpc.ChannelConstraints._typemapper_csvDelay.toCustom(0), chanReserveSat: UInt64 = lnrpc.ChannelConstraints._typemapper_chanReserveSat.toCustom(0L), dustLimitSat: UInt64 = lnrpc.ChannelConstraints._typemapper_dustLimitSat.toCustom(0L), maxPendingAmtMsat: UInt64 = lnrpc.ChannelConstraints._typemapper_maxPendingAmtMsat.toCustom(0L), minHtlcMsat: UInt64 = lnrpc.ChannelConstraints._typemapper_minHtlcMsat.toCustom(0L), maxAcceptedHtlcs: UInt32 = lnrpc.ChannelConstraints._typemapper_maxAcceptedHtlcs.toCustom(0), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ChannelConstraints] with Product with Serializable
- csvDelay
The CSV delay expressed in relative blocks. If the channel is force closed, we will need to wait for this many blocks before we can regain our funds.
- chanReserveSat
The minimum satoshis this node is required to reserve in its balance.
- dustLimitSat
The dust limit (in satoshis) of the initiator's commitment tx.
- maxPendingAmtMsat
The maximum amount of coins in millisatoshis that can be pending in this channel.
- minHtlcMsat
The smallest HTLC in millisatoshis that the initiator will accept.
- maxAcceptedHtlcs
The total number of incoming HTLC's that the initiator will accept.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ChannelConstraints
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ChannelConstraints(csvDelay: UInt32 = lnrpc.ChannelConstraints._typemapper_csvDelay.toCustom(0), chanReserveSat: UInt64 = lnrpc.ChannelConstraints._typemapper_chanReserveSat.toCustom(0L), dustLimitSat: UInt64 = lnrpc.ChannelConstraints._typemapper_dustLimitSat.toCustom(0L), maxPendingAmtMsat: UInt64 = lnrpc.ChannelConstraints._typemapper_maxPendingAmtMsat.toCustom(0L), minHtlcMsat: UInt64 = lnrpc.ChannelConstraints._typemapper_minHtlcMsat.toCustom(0L), maxAcceptedHtlcs: UInt32 = lnrpc.ChannelConstraints._typemapper_maxAcceptedHtlcs.toCustom(0), unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- csvDelay
The CSV delay expressed in relative blocks. If the channel is force closed, we will need to wait for this many blocks before we can regain our funds.
- chanReserveSat
The minimum satoshis this node is required to reserve in its balance.
- dustLimitSat
The dust limit (in satoshis) of the initiator's commitment tx.
- maxPendingAmtMsat
The maximum amount of coins in millisatoshis that can be pending in this channel.
- minHtlcMsat
The smallest HTLC in millisatoshis that the initiator will accept.
- maxAcceptedHtlcs
The total number of incoming HTLC's that the initiator will accept.
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 chanReserveSat: UInt64
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: ChannelConstraints.type
- Definition Classes
- ChannelConstraints → GeneratedMessage
- val csvDelay: UInt32
- def discardUnknownFields: ChannelConstraints
- val dustLimitSat: UInt64
- 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
- ChannelConstraints → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ChannelConstraints → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxAcceptedHtlcs: UInt32
- val maxPendingAmtMsat: UInt64
- val minHtlcMsat: UInt64
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ChannelConstraints → 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
- ChannelConstraints → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ChannelConstraints, ChannelConstraints]) => Mutation[ChannelConstraints]*): ChannelConstraints
- 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 withChanReserveSat(__v: UInt64): ChannelConstraints
- def withCsvDelay(__v: UInt32): ChannelConstraints
- def withDustLimitSat(__v: UInt64): ChannelConstraints
- def withMaxAcceptedHtlcs(__v: UInt32): ChannelConstraints
- def withMaxPendingAmtMsat(__v: UInt64): ChannelConstraints
- def withMinHtlcMsat(__v: UInt64): ChannelConstraints
- def withUnknownFields(__v: UnknownFieldSet): ChannelConstraints
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ChannelConstraints → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage