UnspentItem

data class UnspentItem(tx_hash: ByteVector32, tx_pos: Int, value: Long, height: Long)

Properties

height
Link copied to clipboard
common
val height: Long
outPoint
Link copied to clipboard
common
val outPoint: OutPoint
tx_hash
Link copied to clipboard
common
val tx_hash: ByteVector32
tx_pos
Link copied to clipboard
common
val tx_pos: Int
value
Link copied to clipboard
common
val value: Long