-
public final class Event.PaymentSuccessful extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEvent.PaymentSuccessful.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringpaymentIdprivate final StringpaymentHashprivate final StringpaymentPreimageprivate final ULongfeePaidMsat
-
Constructor Summary
Constructors Constructor Description Event.PaymentSuccessful(String paymentId, String paymentHash, String paymentPreimage, ULong feePaidMsat)
-
Method Summary
Modifier and Type Method Description final StringgetPaymentId()final StringgetPaymentHash()final StringgetPaymentPreimage()final ULonggetFeePaidMsat()-
-
Method Detail
-
getPaymentId
final String getPaymentId()
-
getPaymentHash
final String getPaymentHash()
-
getPaymentPreimage
final String getPaymentPreimage()
-
getFeePaidMsat
final ULong getFeePaidMsat()
-
-
-
-