Packages

final case class PayReq(destination: String = "", paymentHash: String = "", numSatoshis: Long = 0L, timestamp: Long = 0L, expiry: Long = 0L, description: String = "", descriptionHash: String = "", fallbackAddr: String = "", cltvExpiry: Long = 0L, routeHints: Seq[RouteHint] = _root_.scala.Seq.empty, paymentAddr: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, numMsat: Long = 0L, features: Map[UInt32, Feature] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[PayReq] with Product with Serializable

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PayReq
  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 PayReq(destination: String = "", paymentHash: String = "", numSatoshis: Long = 0L, timestamp: Long = 0L, expiry: Long = 0L, description: String = "", descriptionHash: String = "", fallbackAddr: String = "", cltvExpiry: Long = 0L, routeHints: Seq[RouteHint] = _root_.scala.Seq.empty, paymentAddr: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, numMsat: Long = 0L, features: Map[UInt32, Feature] = _root_.scala.collection.immutable.Map.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

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. def addAllFeatures(__vs: Iterable[(UInt32, Feature)]): PayReq
  5. def addAllRouteHints(__vs: Iterable[RouteHint]): PayReq
  6. def addFeatures(__vs: (UInt32, Feature)*): PayReq
  7. def addRouteHints(__vs: RouteHint*): PayReq
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearFeatures: PayReq
  10. def clearRouteHints: PayReq
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val cltvExpiry: Long
  13. def companion: PayReq.type
    Definition Classes
    PayReq → GeneratedMessage
  14. val description: String
  15. val descriptionHash: String
  16. val destination: String
  17. def discardUnknownFields: PayReq
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. val expiry: Long
  20. val fallbackAddr: String
  21. val features: Map[UInt32, Feature]
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    PayReq → GeneratedMessage
  25. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    PayReq → GeneratedMessage
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val numMsat: Long
  31. val numSatoshis: Long
  32. val paymentAddr: ByteString
  33. val paymentHash: String
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. val routeHints: Seq[RouteHint]
  36. def serializedSize: Int
    Definition Classes
    PayReq → GeneratedMessage
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. val timestamp: Long
  39. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  40. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  41. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  42. def toProtoString: String
    Definition Classes
    PayReq → GeneratedMessage
  43. val unknownFields: UnknownFieldSet
  44. def update(ms: (Lens[PayReq, PayReq]) => Mutation[PayReq]*): PayReq
    Definition Classes
    Updatable
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. def withCltvExpiry(__v: Long): PayReq
  49. def withDescription(__v: String): PayReq
  50. def withDescriptionHash(__v: String): PayReq
  51. def withDestination(__v: String): PayReq
  52. def withExpiry(__v: Long): PayReq
  53. def withFallbackAddr(__v: String): PayReq
  54. def withFeatures(__v: Map[UInt32, Feature]): PayReq
  55. def withNumMsat(__v: Long): PayReq
  56. def withNumSatoshis(__v: Long): PayReq
  57. def withPaymentAddr(__v: ByteString): PayReq
  58. def withPaymentHash(__v: String): PayReq
  59. def withRouteHints(__v: Seq[RouteHint]): PayReq
  60. def withTimestamp(__v: Long): PayReq
  61. def withUnknownFields(__v: UnknownFieldSet): PayReq
  62. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  63. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    PayReq → GeneratedMessage
  64. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[PayReq]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped