Updated on 2026-08-14
This commit is contained in:
parent
9f3ebb2e4c
commit
a06d4f0cb5
3 changed files with 700 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue