Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ITransactions.cs
1using System;
2using System.Threading.Tasks;
3
5{
9 public interface ITransactions : IDisposable
10 {
14 Task<ITransaction[]> GetTransactions();
15 }
16}
Interface for collections of transactions that can be monitored by TransactionModule.
Task< ITransaction[]> GetTransactions()
Gets pending transactions.