MoneroCoins class

An enumeration of supported cryptocurrencies for Monero. It includes both main networks and test networks of various cryptocurrencies.

Implemented types

Properties

coinName String
no setteroverride
conf MoneroCoinConf
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isBipCoin bool
no setteroverride
name String
final
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

moneroMainnet → const MoneroCoins
mainnets
moneroStagenet → const MoneroCoins
testnets
moneroTestnet → const MoneroCoins
values → const List<MoneroCoins>