Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TokenTotalsEventArgs.cs
2
4{
9 {
16 : base(e)
17 {
18 this.Totals = Totals;
19 }
20
24 public TokenTotal[] Totals { get; }
25 }
26}
Event arguments to totals response callback methods.
TokenTotalsEventArgs(IqResultEventArgs e, TokenTotal[] Totals)
Event arguments to totals response callback methods.
TokenTotal[] Totals
Token totals, per currency.
Contains one token total, i.e. sum of token values, for a given currency.
Definition: TokenTotal.cs:7
Event arguments for responses to IQ queries.