Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ExternalNoteDetail.cs
2
4{
8 public abstract class ExternalNoteDetail : NoteDetail
9 {
15 : base(Event)
16 {
17 this.Source = Event.Source;
18 }
19
23 public string Source { get; }
24 }
25}
Abstract base class for token events containing notes made by an external source.