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.
파일 보기 프로젝트 열기: pmlyon/BitSharp 1 사용 예제들

공개 메소드들

메소드 설명
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