Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SchemaReferencesEventArgs.cs
2
4{
9 {
10 private readonly SchemaReference[] references;
11
18 : base(e)
19 {
20 this.references = References;
21 }
22
26 public SchemaReference[] References => this.references;
27 }
28}
SchemaReferencesEventArgs(IqResultEventArgs e, SchemaReference[] References)
Event arguments for Schema References responses
References a XML Schema used for validating machine-readable contents in smart contracts.
Event arguments for responses to IQ queries.