C# Класс BitSharp.Core.Domain.TxLookupKey

Represents a lookup key to locate a transaction within a block.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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.

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

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

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

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

public GetHashCode ( ) : int
Результат int

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

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