object SendPaymentRequest extends GeneratedMessageCompanion[SendPaymentRequest]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SendPaymentRequest
  2. GeneratedMessageCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class DestCustomRecordsEntry(key: Long = 0L, value: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[DestCustomRecordsEntry] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. implicit class SendPaymentRequestLens[UpperPB] extends ObjectLens[UpperPB, SendPaymentRequest]
  3. type ValueType = SendPaymentRequest
    Definition Classes
    GeneratedMessageCompanion

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 val ALLOW_SELF_PAYMENT_FIELD_NUMBER: Int(15)
  5. final val AMP_FIELD_NUMBER: Int(22)
  6. final val AMT_FIELD_NUMBER: Int(2)
  7. final val AMT_MSAT_FIELD_NUMBER: Int(12)
  8. final val CLTV_LIMIT_FIELD_NUMBER: Int(9)
  9. final val DEST_CUSTOM_RECORDS_FIELD_NUMBER: Int(11)
  10. final val DEST_FEATURES_FIELD_NUMBER: Int(16)
  11. final val DEST_FIELD_NUMBER: Int(1)
  12. final val FEE_LIMIT_MSAT_FIELD_NUMBER: Int(13)
  13. final val FEE_LIMIT_SAT_FIELD_NUMBER: Int(7)
  14. final val FINAL_CLTV_DELTA_FIELD_NUMBER: Int(4)
  15. final val LAST_HOP_PUBKEY_FIELD_NUMBER: Int(14)
  16. final val MAX_PARTS_FIELD_NUMBER: Int(17)
  17. final val MAX_SHARD_SIZE_MSAT_FIELD_NUMBER: Int(21)
  18. final val NO_INFLIGHT_UPDATES_FIELD_NUMBER: Int(18)
  19. final val OUTGOING_CHAN_IDS_FIELD_NUMBER: Int(19)
  20. final val OUTGOING_CHAN_ID_FIELD_NUMBER: Int(8)
  21. final val PAYMENT_ADDR_FIELD_NUMBER: Int(20)
  22. final val PAYMENT_HASH_FIELD_NUMBER: Int(3)
  23. final val PAYMENT_REQUEST_FIELD_NUMBER: Int(5)
  24. final val ROUTE_HINTS_FIELD_NUMBER: Int(10)
  25. final val TIMEOUT_SECONDS_FIELD_NUMBER: Int(6)
  26. final val TIME_PREF_FIELD_NUMBER: Int(23)
  27. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  28. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  29. lazy val defaultInstance: SendPaymentRequest
    Definition Classes
    SendPaymentRequest → GeneratedMessageCompanion
  30. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  31. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
    Definition Classes
    SendPaymentRequest → GeneratedMessageCompanion
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  35. def fromAscii(s: String): SendPaymentRequest
    Definition Classes
    GeneratedMessageCompanion
  36. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def javaDescriptor: Descriptor
    Definition Classes
    SendPaymentRequest → GeneratedMessageCompanion
  40. def merge(a: SendPaymentRequest, input: CodedInputStream): SendPaymentRequest
    Definition Classes
    GeneratedMessageCompanion
  41. implicit def messageCompanion: GeneratedMessageCompanion[SendPaymentRequest]
  42. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  43. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
    Definition Classes
    SendPaymentRequest → GeneratedMessageCompanion
  44. implicit def messageReads: Reads[SendPaymentRequest]
    Definition Classes
    SendPaymentRequest → GeneratedMessageCompanion
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
    Definition Classes
    SendPaymentRequest → GeneratedMessageCompanion
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. def of(dest: ByteString, amt: Long, amtMsat: Long, paymentHash: ByteString, finalCltvDelta: Int, paymentAddr: ByteString, paymentRequest: String, timeoutSeconds: Int, feeLimitSat: Long, feeLimitMsat: Long, outgoingChanId: Long, outgoingChanIds: Seq[Long], lastHopPubkey: ByteString, cltvLimit: Int, routeHints: Seq[RouteHint], destCustomRecords: Map[Long, ByteString], allowSelfPayment: Boolean, destFeatures: Seq[FeatureBit], maxParts: Int, noInflightUpdates: Boolean, maxShardSizeMsat: Long, amp: Boolean, timePref: Double): SendPaymentRequest
  50. def parseDelimitedFrom(input: InputStream): Option[SendPaymentRequest]
    Definition Classes
    GeneratedMessageCompanion
  51. def parseDelimitedFrom(input: CodedInputStream): Option[SendPaymentRequest]
    Definition Classes
    GeneratedMessageCompanion
  52. def parseFrom(_input__: CodedInputStream): SendPaymentRequest
    Definition Classes
    SendPaymentRequest → GeneratedMessageCompanion
  53. def parseFrom(s: Array[Byte]): SendPaymentRequest
    Definition Classes
    GeneratedMessageCompanion
  54. def parseFrom(input: InputStream): SendPaymentRequest
    Definition Classes
    GeneratedMessageCompanion
  55. def scalaDescriptor: Descriptor
    Definition Classes
    SendPaymentRequest → GeneratedMessageCompanion
  56. def streamFromDelimitedInput(input: InputStream): Stream[SendPaymentRequest]
    Definition Classes
    GeneratedMessageCompanion
  57. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  58. def toByteArray(a: SendPaymentRequest): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  59. def toString(): String
    Definition Classes
    AnyRef → Any
  60. def validate(s: Array[Byte]): Try[SendPaymentRequest]
    Definition Classes
    GeneratedMessageCompanion
  61. def validateAscii(s: String): Either[TextFormatError, SendPaymentRequest]
    Definition Classes
    GeneratedMessageCompanion
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  65. object DestCustomRecordsEntry extends GeneratedMessageCompanion[DestCustomRecordsEntry]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped