Class TxCompletion<TPeer, TAction>
Inheritance
TxCompletion<TPeer, TAction>
Assembly: Libplanet.dll
Syntax
public class TxCompletion<TPeer, TAction> : IDisposable where TAction : IAction, new()
Type Parameters
Name |
Description |
TPeer |
|
TAction |
|
Constructors
|
Improve this Doc
View Source
TxCompletion(BlockChain<TAction>, TxCompletion<TPeer, TAction>.TxFetcher, TxCompletion<TPeer, TAction>.TxBroadcaster)
Declaration
public TxCompletion(BlockChain<TAction> blockChain, TxCompletion<TPeer, TAction>.TxFetcher txFetcher, TxCompletion<TPeer, TAction>.TxBroadcaster txBroadcaster)
Parameters
Methods
|
Improve this Doc
View Source
Demand(TPeer, TxId)
Declaration
public void Demand(TPeer peer, TxId txId)
Parameters
Type |
Name |
Description |
TPeer |
peer |
|
TxId |
txId |
|
|
Improve this Doc
View Source
Demand(TPeer, IEnumerable<TxId>)
Declaration
public void Demand(TPeer peer, IEnumerable<TxId> txIds)
Parameters
|
Improve this Doc
View Source
Dispose()
Declaration
Implements