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