MoneroCoins enum
An enumeration of supported cryptocurrencies for Monero. It includes both main networks and test networks of various cryptocurrencies.
- Inheritance
- Implemented types
- Available extensions
Values
- moneroMainnet → const MoneroCoins
-
const MoneroCoins('moneroMainnet') - moneroStagenet → const MoneroCoins
-
const MoneroCoins('moneroStagenet') - moneroTestnet → const MoneroCoins
-
const MoneroCoins('moneroTestnet')
Properties
- coinName → String
-
no setteroverride
- conf → MoneroCoinConf
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
final
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - proposal → CoinProposal
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → MoneroCoins
-
Gets the collection of cryptocurrency coins.
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromName(
String name) → MoneroCoins?
Constants
-
values
→ const List<
MoneroCoins> - A constant List of the values in this enum, in order of their declaration.