Updated on 2026-08-14
This commit is contained in:
parent
60fb1b56a3
commit
3da5e38973
4 changed files with 6 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue