Packages

final case class ChannelAcceptRequest(nodePubkey: ByteString = ..., chainHash: ByteString = ..., pendingChanId: ByteString = ..., 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, unknownFields: UnknownFieldSet = ...) 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.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChannelAcceptRequest
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ChannelAcceptRequest(nodePubkey: ByteString = ..., chainHash: ByteString = ..., pendingChanId: ByteString = ..., 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, unknownFields: UnknownFieldSet = ...)

    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.

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

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped