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