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