Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DiscoveryDataEntities.cs
2{
7 {
15 : base(Channel)
16 {
17 this.Names = Names;
18 this.Identities = Identities;
19 }
20
24 public string[] Names { get; }
25
29 public byte[][] Identities { get; }
30 }
31}
DiscoveryDataEntities(ChannelAddress Channel, string[] Names, byte[][] Identities)
Discovery data about a collection of entities.