Show / Hide Table of Contents

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>>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2021 Planetarium