Updated on 2026-08-14
This commit is contained in:
parent
632b0dd663
commit
4a840b127f
4 changed files with 54 additions and 14 deletions
|
|
@ -73,6 +73,11 @@ sealed class NotificationUM(val config: NotificationConfig) {
|
|||
),
|
||||
)
|
||||
|
||||
data object TonStakingExtraFeeError : Error(
|
||||
title = resourceReference(R.string.staking_notification_ton_extra_reserve_title),
|
||||
subtitle = resourceReference(R.string.staking_notification_ton_extra_reserve_is_required),
|
||||
)
|
||||
|
||||
data class TokenExceedsBalance(
|
||||
val networkIconId: Int,
|
||||
val currencyName: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue