Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-27 20:32:12 +03:00
parent eec5a60676
commit 20dc8c9d90
19 changed files with 436 additions and 89 deletions

View file

@ -12,5 +12,5 @@ data class StakingGasEstimateDTO(
@Json(name = "token")
val token: TokenDTO,
@Json(name = "gasLimit")
val gasLimit: BigDecimal,
val gasLimit: String?,
)