Updated on 2026-08-14

This commit is contained in:
Tangem 2020-01-20 11:23:10 +03:00
parent 9f3ebb2e4c
commit a06d4f0cb5
3 changed files with 700 additions and 1 deletions

View file

@ -35,7 +35,10 @@ data class BlockcypherTxref(
data class BlockcypherTx(
@SerializedName("hex")
var hex: String? = null
var hex: String? = null,
@SerializedName("addresses")
var addesses: List<String>? = null
)
data class BlockcypherFee(