Метод | Описание | |
---|---|---|
ContainsTransaction ( UInt256 txHash ) : bool | ||
Dispose ( ) : void | ||
GetTransactionsSpending ( BitSharp.Core.Domain.TxOutputKey txOutputKey ) : UnconfirmedTx>.ImmutableDictionary |
||
TryGetTransaction ( UInt256 txHash, |
||
UnconfirmedTxes ( BitSharp.Core.Domain.Chain chain, IStorageManager storageManager ) : BitSharp.Common |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
public ContainsTransaction ( UInt256 txHash ) : bool | ||
txHash | UInt256 | |
Результат | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public GetTransactionsSpending ( BitSharp.Core.Domain.TxOutputKey txOutputKey ) : UnconfirmedTx>.ImmutableDictionary |
||
txOutputKey | BitSharp.Core.Domain.TxOutputKey | |
Результат | UnconfirmedTx>.ImmutableDictionary |
public TryGetTransaction ( UInt256 txHash, |
||
txHash | UInt256 | |
unconfirmedTx | ||
Результат | bool |
public UnconfirmedTxes ( BitSharp.Core.Domain.Chain chain, IStorageManager storageManager ) : BitSharp.Common | ||
chain | BitSharp.Core.Domain.Chain | |
storageManager | IStorageManager | |
Результат | BitSharp.Common |