Packages

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()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelAcceptRequest
  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 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

  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 chainHash: ByteString
  6. val channelFlags: UInt32
  7. val channelReserve: UInt64
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val commitmentType: CommitmentType
  10. def companion: ChannelAcceptRequest.type
    Definition Classes
    ChannelAcceptRequest → GeneratedMessage
  11. val csvDelay: UInt32
  12. def discardUnknownFields: ChannelAcceptRequest
  13. val dustLimit: UInt64
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val feePerKw: UInt64
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. val fundingAmt: UInt64
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ChannelAcceptRequest → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ChannelAcceptRequest → GeneratedMessage
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val maxAcceptedHtlcs: UInt32
  23. val maxValueInFlight: UInt64
  24. val minHtlc: UInt64
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. val nodePubkey: ByteString
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val pendingChanId: ByteString
  30. def productElementNames: Iterator[String]
    Definition Classes
    Product
  31. val pushAmt: UInt64
  32. def serializedSize: Int
    Definition Classes
    ChannelAcceptRequest → GeneratedMessage
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  35. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  36. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  37. def toProtoString: String
    Definition Classes
    ChannelAcceptRequest → GeneratedMessage
  38. val unknownFields: UnknownFieldSet
  39. def update(ms: (Lens[ChannelAcceptRequest, ChannelAcceptRequest]) => Mutation[ChannelAcceptRequest]*): ChannelAcceptRequest
    Definition Classes
    Updatable
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. val wantsScidAlias: Boolean
  44. val wantsZeroConf: Boolean
  45. def withChainHash(__v: ByteString): ChannelAcceptRequest
  46. def withChannelFlags(__v: UInt32): ChannelAcceptRequest
  47. def withChannelReserve(__v: UInt64): ChannelAcceptRequest
  48. def withCommitmentType(__v: CommitmentType): ChannelAcceptRequest
  49. def withCsvDelay(__v: UInt32): ChannelAcceptRequest
  50. def withDustLimit(__v: UInt64): ChannelAcceptRequest
  51. def withFeePerKw(__v: UInt64): ChannelAcceptRequest
  52. def withFundingAmt(__v: UInt64): ChannelAcceptRequest
  53. def withMaxAcceptedHtlcs(__v: UInt32): ChannelAcceptRequest
  54. def withMaxValueInFlight(__v: UInt64): ChannelAcceptRequest
  55. def withMinHtlc(__v: UInt64): ChannelAcceptRequest
  56. def withNodePubkey(__v: ByteString): ChannelAcceptRequest
  57. def withPendingChanId(__v: ByteString): ChannelAcceptRequest
  58. def withPushAmt(__v: UInt64): ChannelAcceptRequest
  59. def withUnknownFields(__v: UnknownFieldSet): ChannelAcceptRequest
  60. def withWantsScidAlias(__v: Boolean): ChannelAcceptRequest
  61. def withWantsZeroConf(__v: Boolean): ChannelAcceptRequest
  62. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  63. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ChannelAcceptRequest → GeneratedMessage
  64. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped