Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TokenTotal.cs
1
namespace
NeuroFeatures
2
{
6
public
class
TokenTotal
7
{
11
public
string
Currency
{
get
;
set
; }
12
16
public
decimal
Total
{
get
;
set
; }
17
21
public
int
NrTokens
{
get
;
set
; }
22
}
23
}
NeuroFeatures.TokenTotal
Contains one token total, i.e. sum of token values, for a given currency.
Definition:
TokenTotal.cs:7
NeuroFeatures.TokenTotal.NrTokens
int NrTokens
Number of tokens
Definition:
TokenTotal.cs:21
NeuroFeatures.TokenTotal.Currency
string Currency
Currency
Definition:
TokenTotal.cs:11
NeuroFeatures.TokenTotal.Total
decimal Total
Total of values
Definition:
TokenTotal.cs:16
NeuroFeatures
Definition:
CreationAttributesEventArgs.cs:5
Waher.Networking.XMPP.NeuroFeatures
TokenTotal.cs
Generated by
1.9.5