Updated on 2026-08-14

This commit is contained in:
Tangem 2019-01-10 16:46:15 +03:00
parent 60fb1b56a3
commit 3da5e38973
4 changed files with 6 additions and 9 deletions

View file

@ -16,7 +16,7 @@ data class InsightResponse(
var txid: String = "",
@SerializedName("satoshis")
var satoshis: Int? = null,
var satoshis: Long? = null,
@SerializedName("height")
var height: Int? = null,