CUtxo
class CUtxo(val cs: ChainSelector, var outpoint: iTxOutpoint, var txOut: iTxOutput, var height: Long, var inTxPool: Boolean, var spent: Boolean, var exists: Boolean) : BCHserializable
Full node sends this back in response to an info request about UTXOs
Constructors
Link copied to clipboard
constructor(cs: ChainSelector, outpoint: iTxOutpoint, txOut: iTxOutput, height: Long, inTxPool: Boolean, spent: Boolean, exists: Boolean)