Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TrustChainEventArgs.cs
2
4{
9 {
10 private readonly string[] domains;
11
13 : base(e)
14 {
15 this.domains = Domains;
16 }
17
21 public string[] Domains => this.domains;
22 }
23}
Event arguments for Service Provider callback methods.
Event arguments for responses to IQ queries.