Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-18 13:56:25 +03:00
parent c024ba2836
commit 96784ebd43
8 changed files with 53 additions and 21 deletions

View file

@ -68,6 +68,7 @@ data class FeeExtraInfo(
val feeCryptoCurrencyStatus: CryptoCurrencyStatus,
val availableFeeCurrencies: ImmutableList<CryptoCurrencyStatus>? = null,
val transactionFeeExtended: TransactionFeeExtended? = null,
val isNotEnoughFunds: Boolean = false,
)
sealed class FeeNonce {