Show / Hide Table of Contents

Delegate TxCompletion<TPeer>.TxFetcher

Namespace: Libplanet.Net
Assembly: Libplanet.Net.dll
Syntax
public delegate IAsyncEnumerable<Transaction> TxFetcher(TPeer peer, IEnumerable<TxId> txIds, CancellationToken cancellationToken);
Parameters
Type Name Description
TPeer peer
IEnumerable<TxId> txIds
CancellationToken cancellationToken
Returns
Type Description
IAsyncEnumerable<Transaction>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium