Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ILedgerEnumerator.cs
1namespace Waher.Persistence
2{
7 public interface ILedgerEnumerator<T> : IAsyncEnumerator<ILedgerEntry<T>>
8 {
9 }
10}
Interface for asynchronous enumerators.
Enumerator of ledger entries