MoneroCoinConf class

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

Implemented types

Constructors

MoneroCoinConf.fromCoinConf(CoinConf coinConf, {bool? isTestnet})
MoneroCoinConf from coinConf
factory

Properties

addressEncoder AddrEncoder
no setteroverride
addrNetVer List<int>
final
addrParams Map<String, List<int>>
address parameters
final
coinNames CoinNames
Base Configuration properties.
final
hasExtendedKeys bool
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
hasWif bool
no setteroverride
intAddrNetVer List<int>
final
isTestnet bool?
final
keyNetVer Bip32KeyNetVersions?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subaddrNetVer List<int>
final
type EllipticCurveTypes
no setteroverride
wifNetVer 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