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: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_fundingAmt.toCustom(0L), pushAmt: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_pushAmt.toCustom(0L), dustLimit: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_dustLimit.toCustom(0L), maxValueInFlight: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_maxValueInFlight.toCustom(0L), channelReserve: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_channelReserve.toCustom(0L), minHtlc: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_minHtlc.toCustom(0L), feePerKw: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_feePerKw.toCustom(0L), csvDelay: UInt32 = lnrpc.ChannelAcceptRequest._typemapper_csvDelay.toCustom(0), maxAcceptedHtlcs: UInt32 = lnrpc.ChannelAcceptRequest._typemapper_maxAcceptedHtlcs.toCustom(0), channelFlags: UInt32 = lnrpc.ChannelAcceptRequest._typemapper_channelFlags.toCustom(0), commitmentType: CommitmentType = lnrpc.CommitmentType.UNKNOWN_COMMITMENT_TYPE, wantsZeroConf: Boolean = false, wantsScidAlias: Boolean = false, 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.
- wantsZeroConf
Whether the initiator wants to open a zero-conf channel via the channel type.
- wantsScidAlias
Whether the initiator wants to use the scid-alias channel type. This is separate from the feature bit.
- 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: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_fundingAmt.toCustom(0L), pushAmt: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_pushAmt.toCustom(0L), dustLimit: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_dustLimit.toCustom(0L), maxValueInFlight: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_maxValueInFlight.toCustom(0L), channelReserve: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_channelReserve.toCustom(0L), minHtlc: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_minHtlc.toCustom(0L), feePerKw: UInt64 = lnrpc.ChannelAcceptRequest._typemapper_feePerKw.toCustom(0L), csvDelay: UInt32 = lnrpc.ChannelAcceptRequest._typemapper_csvDelay.toCustom(0), maxAcceptedHtlcs: UInt32 = lnrpc.ChannelAcceptRequest._typemapper_maxAcceptedHtlcs.toCustom(0), channelFlags: UInt32 = lnrpc.ChannelAcceptRequest._typemapper_channelFlags.toCustom(0), commitmentType: CommitmentType = lnrpc.CommitmentType.UNKNOWN_COMMITMENT_TYPE, wantsZeroConf: Boolean = false, wantsScidAlias: Boolean = false, 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.
- wantsZeroConf
Whether the initiator wants to open a zero-conf channel via the channel type.
- wantsScidAlias
Whether the initiator wants to use the scid-alias channel type. This is separate from the feature bit.
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: UInt32
- val channelReserve: UInt64
- 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: UInt32
- def discardUnknownFields: ChannelAcceptRequest
- val dustLimit: UInt64
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val feePerKw: UInt64
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fundingAmt: UInt64
- 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: UInt32
- val maxValueInFlight: UInt64
- val minHtlc: UInt64
- 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: UInt64
- 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()
- val wantsScidAlias: Boolean
- val wantsZeroConf: Boolean
- def withChainHash(__v: ByteString): ChannelAcceptRequest
- def withChannelFlags(__v: UInt32): ChannelAcceptRequest
- def withChannelReserve(__v: UInt64): ChannelAcceptRequest
- def withCommitmentType(__v: CommitmentType): ChannelAcceptRequest
- def withCsvDelay(__v: UInt32): ChannelAcceptRequest
- def withDustLimit(__v: UInt64): ChannelAcceptRequest
- def withFeePerKw(__v: UInt64): ChannelAcceptRequest
- def withFundingAmt(__v: UInt64): ChannelAcceptRequest
- def withMaxAcceptedHtlcs(__v: UInt32): ChannelAcceptRequest
- def withMaxValueInFlight(__v: UInt64): ChannelAcceptRequest
- def withMinHtlc(__v: UInt64): ChannelAcceptRequest
- def withNodePubkey(__v: ByteString): ChannelAcceptRequest
- def withPendingChanId(__v: ByteString): ChannelAcceptRequest
- def withPushAmt(__v: UInt64): ChannelAcceptRequest
- def withUnknownFields(__v: UnknownFieldSet): ChannelAcceptRequest
- def withWantsScidAlias(__v: Boolean): ChannelAcceptRequest
- def withWantsZeroConf(__v: Boolean): 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