Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-22 18:43:38 +03:00
parent c1afd030f3
commit 233a85632f

View file

@ -135,7 +135,7 @@ sealed class CryptoCurrency : Serializable {
}
}
sealed class StandardType {
sealed class StandardType : Serializable {
abstract val name: String
object ERC20 : StandardType() {