Updated on 2026-08-14
This commit is contained in:
parent
bce16bf692
commit
6d461cf400
16 changed files with 180 additions and 84 deletions
|
|
@ -19,10 +19,9 @@ data class TokenReceiveConfig(
|
|||
data class ReceiveAddressModel(
|
||||
val nameService: NameService,
|
||||
val value: String,
|
||||
val displayName: String,
|
||||
) {
|
||||
enum class NameService {
|
||||
Default, Ens
|
||||
Default, Legacy, Ens
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue