Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ExternalNoteItem.cs
2
4{
9 public abstract class ExternalNoteItem(TokenExternalNoteEvent Event) : NoteItem(Event)
10 {
11 private readonly TokenExternalNoteEvent @event = Event;
12
16 public string Source => this.@event.Source;
17 }
18}
Abstract base class for token events containing notes made by an external source.
abstract class NoteItem(TokenNoteEvent Event)
Represents a token note.
Definition: NoteItem.cs:9
abstract class ExternalNoteItem(TokenExternalNoteEvent Event)
Represents a token note from an external source.