Updated on 2026-08-14
This commit is contained in:
parent
3a9bdb16ad
commit
aa621dd48f
10 changed files with 78 additions and 36 deletions
|
|
@ -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,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue