case class PaymentSent(id: PaymentId, paymentHash: Sha256Digest, paymentPreimage: PaymentPreimage, parts: Vector[Part]) extends WebSocketEvent with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PaymentSent
- Serializable
- Product
- Equals
- WebSocketEvent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PaymentSent(id: PaymentId, paymentHash: Sha256Digest, paymentPreimage: PaymentPreimage, parts: Vector[Part])