GetUtxoSpentInfo

@Serializable
data class GetUtxoSpentInfo(val height: Int?, val tx_hash: String?, val tx_pos: Int?)

Constructors

Link copied to clipboard
constructor(height: Int?, tx_hash: String?, tx_pos: Int?)

Properties

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