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