GetUtxoResult

@Serializable
data class GetUtxoResult(val amount: Long, val height: Int, val scripthash: String, val status: String, val spent: ElectrumClient.GetUtxoSpentInfo)

Constructors

Link copied to clipboard
constructor(amount: Long, height: Int, scripthash: String, status: String, spent: ElectrumClient.GetUtxoSpentInfo)

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard