Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NoteTextItem.cs
2
4{
9 public class NoteTextItem(NoteText Event) : NoteItem(Event)
10 {
14 public override EventType Type => EventType.NoteText;
15 }
16}
A text note logged on the token.
Definition: NoteText.cs:9
abstract class NoteItem(TokenNoteEvent Event)
Represents a token note.
Definition: NoteItem.cs:9
class NoteTextItem(NoteText Event)
Represents a text note on a token.
Definition: NoteTextItem.cs:9