Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-09 16:44:30 +03:00
parent 3a9bdb16ad
commit aa621dd48f
10 changed files with 78 additions and 36 deletions

View file

@ -28,7 +28,6 @@ interface SendNotificationsComponent {
val analyticsCategoryName: String,
val userWalletId: UserWalletId,
val cryptoCurrencyStatus: CryptoCurrencyStatus,
val feeCryptoCurrencyStatus: CryptoCurrencyStatus,
val appCurrency: AppCurrency,
val notificationData: NotificationData,
val callback: ModelCallback,
@ -41,6 +40,7 @@ interface SendNotificationsComponent {
val isIgnoreReduce: Boolean,
val fee: Fee?,
val feeError: GetFeeError?,
val feeCryptoCurrencyStatus: CryptoCurrencyStatus,
)
}