Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DestroyedItem.cs
2
4{
9 public class DestroyedItem(Destroyed Event) : OwnershipEventItem(Event)
10 {
14 public override EventType Type => EventType.Destroyed;
15 }
16}
Event raised when a token has been destroyed.
Definition: Destroyed.cs:7
abstract class OwnershipEventItem(TokenOwnershipEvent Event)
Represents a token ownership event.
class DestroyedItem(Destroyed Event)
Represents a token destruction event.
Definition: DestroyedItem.cs:9