Méthode | Description | |
---|---|---|
BeginTransaction ( bool readOnly ) : void | ||
CommitTransaction ( ) : void | ||
ContainsTransaction ( UInt256 txHash ) : bool | ||
Dispose ( ) : void | ||
GetTransactionsSpending ( BitSharp.Core.Domain.TxOutputKey prevTxOutputKey ) : UnconfirmedTx>.ImmutableDictionary |
||
RollbackTransaction ( ) : void | ||
TryAddTransaction ( |
||
TryGetTransaction ( UInt256 txHash, |
||
TryRemoveTransaction ( UInt256 txHash ) : bool |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
CheckTransaction ( ) : void | ||
CheckWriteTransaction ( ) : void | ||
MemoryUnconfirmedTxesCursor ( BitSharp.Core.Storage.Memory.MemoryUnconfirmedTxesStorage unconfirmedTxesStorage ) : BitSharp.Common |
public BeginTransaction ( bool readOnly ) : void | ||
readOnly | bool | |
Résultat | void |
public ContainsTransaction ( UInt256 txHash ) : bool | ||
txHash | UInt256 | |
Résultat | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetTransactionsSpending ( BitSharp.Core.Domain.TxOutputKey prevTxOutputKey ) : UnconfirmedTx>.ImmutableDictionary |
||
prevTxOutputKey | BitSharp.Core.Domain.TxOutputKey | |
Résultat | UnconfirmedTx>.ImmutableDictionary |
public TryAddTransaction ( |
||
unconfirmedTx | ||
Résultat | bool |
public TryGetTransaction ( UInt256 txHash, |
||
txHash | UInt256 | |
unconfimedTx | ||
Résultat | bool |
public TryRemoveTransaction ( UInt256 txHash ) : bool | ||
txHash | UInt256 | |
Résultat | bool |