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.
Afficher le fichier Open project: pmlyon/BitSharp Class Usage Examples

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

SpentTx() public méthode

public SpentTx ( UInt256 txHash, int confirmedBlockIndex, int txIndex, int outputCount ) : BitSharp.Common
txHash UInt256
confirmedBlockIndex int
txIndex int
outputCount int
Résultat BitSharp.Common