All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pixelplex.mobile.cryptoapi.model.data.btc.BtcRawTransaction.kt Maven / Gradle / Ivy

There is a newer version: 0.4.16
Show newest version
package io.pixelplex.mobile.cryptoapi.model.data.btc

import com.google.gson.annotations.SerializedName

data class BtcRawTransaction(

    @SerializedName("hash")
    val hash: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy