Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PaymentTransmissionEventHandler.cs
3
5{
10 {
15 : base()
16 {
17 }
18
38 {
39 }
40 }
41}
int EventIndex
Zero-based index of event handler in state.
Definition: EventHandler.cs:60
PaymentTransmissionEventHandler(EvaluationArguments Arguments, int EventIndex, OwnerEventNode EventNode, string OwnerJid, string RemoteVariable, string AmountVariable, string AmountExtraVariable, string AmountTotalVariable, string CurrencyVariable, string ReferenceVariable, string ConditionVariable)
Event handler for payment transmission events.
Contains information required for evaluating script in a state-machine.
Abstract base class for State-Machine event nodes.
Definition: EventNode.cs:10