Method | Description | |
---|---|---|
AddBlock ( |
||
ContainsTransaction ( UInt256 txHash ) : bool | ||
Dispose ( ) : void | ||
GetTransactionsSpending ( BitSharp.Core.Domain.TxOutputKey txOutputKey ) : UnconfirmedTx>.ImmutableDictionary |
||
GetTransactionsSpending ( UInt256 txHash, uint outputIndex ) : UnconfirmedTx>.ImmutableDictionary |
||
RollbackBlock ( |
||
ToImmutable ( ) : |
||
TryAddTransaction ( |
||
TryGetTransaction ( UInt256 txHash, |
||
UnconfirmedTxesBuilder ( ICoreDaemon coreDaemon, ICoreStorage coreStorage, IStorageManager storageManager ) : BitSharp.Common |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
LoadChain ( ) : BitSharp.Core.Domain.Chain |
public AddBlock ( |
||
chainedHeader | ||
blockTxes | IEnumerable |
|
cancelToken | ||
return | void |
public ContainsTransaction ( UInt256 txHash ) : bool | ||
txHash | UInt256 | |
return | bool |
public GetTransactionsSpending ( BitSharp.Core.Domain.TxOutputKey txOutputKey ) : UnconfirmedTx>.ImmutableDictionary |
||
txOutputKey | BitSharp.Core.Domain.TxOutputKey | |
return | UnconfirmedTx>.ImmutableDictionary |
public GetTransactionsSpending ( UInt256 txHash, uint outputIndex ) : UnconfirmedTx>.ImmutableDictionary |
||
txHash | UInt256 | |
outputIndex | uint | |
return | UnconfirmedTx>.ImmutableDictionary |
public RollbackBlock ( |
||
chainedHeader | ||
blockTxes | IEnumerable |
|
return | void |
public ToImmutable ( ) : |
||
return |
public TryAddTransaction ( |
||
decodedTx | ||
return | bool |
public TryGetTransaction ( UInt256 txHash, |
||
txHash | UInt256 | |
unconfirmedTx | ||
return | bool |
public UnconfirmedTxesBuilder ( ICoreDaemon coreDaemon, ICoreStorage coreStorage, IStorageManager storageManager ) : BitSharp.Common | ||
coreDaemon | ICoreDaemon | |
coreStorage | ICoreStorage | |
storageManager | IStorageManager | |
return | BitSharp.Common |