refactor: extract PaymentSuccessContent
This commit is contained in:
@@ -92,7 +92,8 @@ sealed class SendState {
|
||||
val amountSats : Long,
|
||||
val feeSats : Long? = null,
|
||||
val paymentHash: String,
|
||||
val pendingRecord: PaymentRecord? = null
|
||||
val pendingRecord: PaymentRecord? = null,
|
||||
val lnurl : String? = null
|
||||
) : SendState()
|
||||
data class Error(val message: String) : SendState()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user