Updated on 2026-08-14
This commit is contained in:
parent
7f9575b9c9
commit
1a2d0bfc01
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ data class CoinsCheckAddressResponse(
|
|||
data class Contract(
|
||||
val networkId: String,
|
||||
val address: String,
|
||||
val decimalCount: BigDecimal,
|
||||
val decimalCount: BigDecimal?,
|
||||
val active: Boolean
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue