final case class ChannelAcceptRequest(nodePubkey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, chainHash: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, pendingChanId: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, fundingAmt: Long = 0L, pushAmt: Long = 0L, dustLimit: Long = 0L, maxValueInFlight: Long = 0L, channelReserve: Long = 0L, minHtlc: Long = 0L, feePerKw: Long = 0L, csvDelay: Int = 0, maxAcceptedHtlcs: Int = 0, channelFlags: Int = 0, commitmentType: CommitmentType = lnrpc.CommitmentType.UNKNOWN_COMMITMENT_TYPE, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ChannelAcceptRequest] with Product with Serializable
- nodePubkey
The pubkey of the node that wishes to open an inbound channel.
- chainHash
The hash of the genesis block that the proposed channel resides in.
- pendingChanId
The pending channel id.
- fundingAmt
The funding amount in satoshis that initiator wishes to use in the channel.
- pushAmt
The push amount of the proposed channel in millisatoshis.
- dustLimit
The dust limit of the initiator's commitment tx.
- maxValueInFlight
The maximum amount of coins in millisatoshis that can be pending in this channel.
- channelReserve
The minimum amount of satoshis the initiator requires us to have at all times.
- minHtlc
The smallest HTLC in millisatoshis that the initiator will accept.
- feePerKw
The initial fee rate that the initiator suggests for both commitment transactions.
- csvDelay
The number of blocks to use for the relative time lock in the pay-to-self output of both commitment transactions.
- maxAcceptedHtlcs
The total number of incoming HTLC's that the initiator will accept.
- channelFlags
A bit-field which the initiator uses to specify proposed channel behavior.
- commitmentType
The commitment type the initiator wishes to use for the proposed channel.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- ChannelAcceptRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ChannelAcceptRequest(nodePubkey: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, chainHash: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, pendingChanId: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, fundingAmt: Long = 0L, pushAmt: Long = 0L, dustLimit: Long = 0L, maxValueInFlight: Long = 0L, channelReserve: Long = 0L, minHtlc: Long = 0L, feePerKw: Long = 0L, csvDelay: Int = 0, maxAcceptedHtlcs: Int = 0, channelFlags: Int = 0, commitmentType: CommitmentType = lnrpc.CommitmentType.UNKNOWN_COMMITMENT_TYPE, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- nodePubkey
The pubkey of the node that wishes to open an inbound channel.
- chainHash
The hash of the genesis block that the proposed channel resides in.
- pendingChanId
The pending channel id.
- fundingAmt
The funding amount in satoshis that initiator wishes to use in the channel.
- pushAmt
The push amount of the proposed channel in millisatoshis.
- dustLimit
The dust limit of the initiator's commitment tx.
- maxValueInFlight
The maximum amount of coins in millisatoshis that can be pending in this channel.
- channelReserve
The minimum amount of satoshis the initiator requires us to have at all times.
- minHtlc
The smallest HTLC in millisatoshis that the initiator will accept.
- feePerKw
The initial fee rate that the initiator suggests for both commitment transactions.
- csvDelay
The number of blocks to use for the relative time lock in the pay-to-self output of both commitment transactions.
- maxAcceptedHtlcs
The total number of incoming HTLC's that the initiator will accept.
- channelFlags
A bit-field which the initiator uses to specify proposed channel behavior.
- commitmentType
The commitment type the initiator wishes to use for the proposed channel.
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 chainHash: ByteString
- val channelFlags: Int
- val channelReserve: Long
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val commitmentType: CommitmentType
- def companion: ChannelAcceptRequest.type
- Definition Classes
- ChannelAcceptRequest → GeneratedMessage
- val csvDelay: Int
- def discardUnknownFields: ChannelAcceptRequest
- val dustLimit: Long
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val feePerKw: Long
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fundingAmt: Long
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ChannelAcceptRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ChannelAcceptRequest → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxAcceptedHtlcs: Int
- val maxValueInFlight: Long
- val minHtlc: Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodePubkey: ByteString
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pendingChanId: ByteString
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pushAmt: Long
- def serializedSize: Int
- Definition Classes
- ChannelAcceptRequest → 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
- ChannelAcceptRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[ChannelAcceptRequest, ChannelAcceptRequest]) => Mutation[ChannelAcceptRequest]*): ChannelAcceptRequest
- 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 withChainHash(__v: ByteString): ChannelAcceptRequest
- def withChannelFlags(__v: Int): ChannelAcceptRequest
- def withChannelReserve(__v: Long): ChannelAcceptRequest
- def withCommitmentType(__v: CommitmentType): ChannelAcceptRequest
- def withCsvDelay(__v: Int): ChannelAcceptRequest
- def withDustLimit(__v: Long): ChannelAcceptRequest
- def withFeePerKw(__v: Long): ChannelAcceptRequest
- def withFundingAmt(__v: Long): ChannelAcceptRequest
- def withMaxAcceptedHtlcs(__v: Int): ChannelAcceptRequest
- def withMaxValueInFlight(__v: Long): ChannelAcceptRequest
- def withMinHtlc(__v: Long): ChannelAcceptRequest
- def withNodePubkey(__v: ByteString): ChannelAcceptRequest
- def withPendingChanId(__v: ByteString): ChannelAcceptRequest
- def withPushAmt(__v: Long): ChannelAcceptRequest
- def withUnknownFields(__v: UnknownFieldSet): ChannelAcceptRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ChannelAcceptRequest → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage