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 = ..., numMsat: Long = 0L, features: Map[Int, Feature] = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[PayReq] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PayReq
  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 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 = ..., numMsat: Long = 0L, features: Map[Int, Feature] = ..., unknownFields: UnknownFieldSet = ...)

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[(Int, Feature)]): PayReq
  5. def addAllRouteHints(__vs: Iterable[RouteHint]): PayReq
  6. def addFeatures(__vs: (Int, 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( ... ) @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[Int, Feature]
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    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. val routeHints: Seq[RouteHint]
  35. def serializedSize: Int
    Definition Classes
    PayReq → GeneratedMessage
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. val timestamp: Long
  38. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  39. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  40. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  41. def toProtoString: String
    Definition Classes
    PayReq → GeneratedMessage
  42. val unknownFields: UnknownFieldSet
  43. def update(ms: (Lens[PayReq, PayReq]) ⇒ Mutation[PayReq]*): PayReq
    Definition Classes
    Updatable
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. def withCltvExpiry(__v: Long): PayReq
  48. def withDescription(__v: String): PayReq
  49. def withDescriptionHash(__v: String): PayReq
  50. def withDestination(__v: String): PayReq
  51. def withExpiry(__v: Long): PayReq
  52. def withFallbackAddr(__v: String): PayReq
  53. def withFeatures(__v: Map[Int, Feature]): PayReq
  54. def withNumMsat(__v: Long): PayReq
  55. def withNumSatoshis(__v: Long): PayReq
  56. def withPaymentAddr(__v: ByteString): PayReq
  57. def withPaymentHash(__v: String): PayReq
  58. def withRouteHints(__v: Seq[RouteHint]): PayReq
  59. def withTimestamp(__v: Long): PayReq
  60. def withUnknownFields(__v: UnknownFieldSet): PayReq
  61. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  62. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    PayReq → GeneratedMessage
  63. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Inherited from Updatable[PayReq]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped