Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NeuroLedgerPepEvent.cs
3
5{
9 [TypeName(TypeNameSerialization.LocalName)]
10 [CollectionName("OutgoingPEP")]
11 [NoBackup("PEP Events might have been sent after backup and before restoration. By excluding such messages from backups, offline messages are not at risk of being sent multiple times.")]
12 public abstract class NeuroLedgerPepEvent : PersonalEvent
13 {
18 {
19 }
20
25
26 }
27}
Abstract base class for Neuro-Ledger PEP events.
override string Namespace
Namespace of the event element.
NeuroLedgerPepEvent()
Abstract base class for Neuro-Ledger PEP events.
TypeNameSerialization
How the type name should be serialized.