Updated on 2026-08-14

This commit is contained in:
Tangem 2022-09-16 12:35:41 +03:00
parent 33986b6290
commit daa57f5ff2
7 changed files with 18 additions and 9 deletions

View file

@ -38,7 +38,6 @@ sealed class TapError(
object InvalidFeeValue : TapError(R.string.send_error_invalid_fee_value)
data class DustAmount(override val args: List<Any>) : TapError(R.string.send_error_dust_amount_format)
object DustChange : TapError(R.string.send_error_dust_change)
data class CreateAccountUnderfunded(override val args: List<Any>) : TapError(R.string.send_error_no_target_account)
data class UnsupportedState(
val stateError: String,