BitcoinLookupVout

data class BitcoinLookupVout(val scriptpubkey: String, val scriptpubkeyAddress: String, val value: Int)

Constructors

Link copied to clipboard
constructor(scriptpubkey: String, scriptpubkeyAddress: String, value: Int)

Properties

Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "scriptpubkey_address")
val scriptpubkeyAddress: String
Link copied to clipboard
val value: Int