Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SmartContractsEventArgs.cs
2
4{
9 {
10 private readonly Contract[] contracts;
11
18 : base(e)
19 {
20 this.contracts = Contracts;
21 }
22
26 public Contract[] Contracts => this.contracts;
27 }
28}
Contains the definition of a contract
Definition: Contract.cs:22
SmartContractsEventArgs(IqResultEventArgs e, Contract[] Contracts)
Event arguments for smart contracts responses
Event arguments for responses to IQ queries.