Updated on 2026-08-14
This commit is contained in:
parent
c1afd030f3
commit
233a85632f
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ sealed class CryptoCurrency : Serializable {
|
|||
}
|
||||
}
|
||||
|
||||
sealed class StandardType {
|
||||
sealed class StandardType : Serializable {
|
||||
abstract val name: String
|
||||
|
||||
object ERC20 : StandardType() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue