Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
BalanceIqResultEventArgs.cs
2
3namespace EDaler.Events
4{
9 {
10 private readonly Balance balance;
11
13 : base(e)
14 {
15 this.balance = Balance;
16 }
17
21 public Balance Balance => this.balance;
22 }
23}
Contains information about a balance.
Definition: Balance.cs:11
Event arguments for responses to IQ queries.