io.pixelplex.mobile.cryptoapi.model.data.btc.BtcRawTransaction.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of model Show documentation
Show all versions of model Show documentation
Framework for working with CryptoAPI
package io.pixelplex.mobile.cryptoapi.model.data.btc
import com.google.gson.annotations.SerializedName
data class BtcRawTransaction(
@SerializedName("hash")
val hash: String
)