Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-14 14:22:01 +04:00
parent 589805424e
commit c448a1aebb
8 changed files with 64 additions and 57 deletions

View file

@ -33,7 +33,7 @@ interface SendNotificationsComponent {
val callback: ModelCallback,
) {
data class NotificationData(
val destinationAddress: String,
val destinationAddress: String?,
val memo: String?,
val amountValue: BigDecimal,
val reduceAmountBy: BigDecimal,