C# Class BitSharp.Core.Domain.SpentTx

Represents a transaction that has been fully spent and removed from the UTXO. The spent transaction information is needed when pruning spent transactions from the tx index and from blocks.
Show file Open project: pmlyon/BitSharp Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
SpentTx ( UInt256 txHash, int confirmedBlockIndex, int txIndex, int outputCount ) : BitSharp.Common

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

SpentTx() public method

public SpentTx ( UInt256 txHash, int confirmedBlockIndex, int txIndex, int outputCount ) : BitSharp.Common
txHash UInt256
confirmedBlockIndex int
txIndex int
outputCount int
return BitSharp.Common