MoneroCoinConf class

Configuration class for Monero-based cryptocurrencies, specifying various parameters such as network versions, address types, and coin names.

Constructors

MoneroCoinConf.fromCoinConf(CoinConf coinConf)
MoneroCoinConf from coinConf
factory

Properties

addrNetVer List<int>
final
addrParams Map<String, List<int>>
address parameters
final
coinNames CoinNames
final
hashCode int
The hash code for this object.
no setterinherited
intAddrNetVer List<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subaddrNetVer List<int>
final

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