Delegate TxCompletion<TPeer, TAction>.TxFetcher
Namespace: Libplanet.Net
Assembly: Libplanet.dll
Syntax
public delegate IAsyncEnumerable<Transaction<TAction>> TxFetcher(TPeer peer, IEnumerable<TxId> txIds, CancellationToken cancellationToken);
Parameters
Type | Name | Description |
---|---|---|
TPeer | peer | |
IEnumerable<TxId> | txIds | |
CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
IAsyncEnumerable<Transaction<TAction>> |