feat: add details button to receive
This commit is contained in:
@@ -25,7 +25,8 @@ sealed class ReceiveState {
|
||||
) : ReceiveState()
|
||||
data class PaymentReceived(
|
||||
val amountSats: Long,
|
||||
val memo : String?
|
||||
val memo : String?,
|
||||
val checkingId : String
|
||||
) : ReceiveState()
|
||||
data class Error(val message: String) : ReceiveState()
|
||||
data class LnurlWithdrawReady(
|
||||
|
||||
Reference in New Issue
Block a user