Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
TxLookupKey ( UInt256 blockHash, int txIndex ) : BitSharp.Common |
Initializes a new instance of TxLookupKey with the specified block hash and transaction index.
|
public TxLookupKey ( UInt256 blockHash, int txIndex ) : BitSharp.Common | ||
blockHash | UInt256 | The hash of the block containing the transaction. |
txIndex | int | The index of the transaction within its block. |
Результат | BitSharp.Common |