-
public final class Event.PaymentReceived extends Event
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEvent.PaymentReceived.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringpaymentHashprivate final ULongamountMsat
-
Constructor Summary
Constructors Constructor Description Event.PaymentReceived(String paymentHash, ULong amountMsat)
-
Method Summary
Modifier and Type Method Description final StringgetPaymentHash()final ULonggetAmountMsat()-
-
Method Detail
-
getPaymentHash
final String getPaymentHash()
-
getAmountMsat
final ULong getAmountMsat()
-
-
-
-