GetUtxoResult

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val group: String? = null
Link copied to clipboard
val group_quantity: Long? = null
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard