Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
OwnershipDetail.cs
2
4{
8 public abstract class OwnershipDetail : ValueDetail
9 {
15 : base(Event)
16 {
17 this.Owner = Event.Owner;
18 this.OwnershipContract = Event.OwnershipContract;
19 }
20
24 public string Owner { get; }
25
29 public string OwnershipContract { get; }
30 }
31}
Abstract base class for token events defining ownership
string OwnershipContract
ID of contract that details the claims of the current owner