C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( object obj ) : bool
SpentTx ( UInt256 txHash, int confirmedBlockIndex, int txIndex, int outputCount ) : BitSharp.Common

Описание методов

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

SpentTx() публичный Метод

public SpentTx ( UInt256 txHash, int confirmedBlockIndex, int txIndex, int outputCount ) : BitSharp.Common
txHash UInt256
confirmedBlockIndex int
txIndex int
outputCount int
Результат BitSharp.Common