Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
OnContractSigned.cs
2{
7 {
12 : base()
13 {
14 }
15
19 public override string LocalName => nameof(OnContractSigned);
20
25 public override IStateMachineNode Create()
26 {
27 return new OnContractSigned();
28 }
29 }
30}
Event raised when a contract where the owner of the associated token is part, has become signed.
OnContractSigned()
Event raised when a contract where the owner of the associated token is part, has become signed.
override IStateMachineNode Create()
Creates a new node of the corresponding type.